BaseException

16 Dec 20251 minute to read

Represents the base class for all custom exceptions.
Provides a message and a name for the exception.

Properties

message string

The error message describing the exception.

name string

The name of the exception type.