new DatabaseError()
Custom error class for handling database operation errors.
- Source:
Extends
- BaseError
Custom error class for handling database operation errors.
Constructs the DatabaseError instance with a prefixed message.
Name | Type | Description |
---|---|---|
message |
string | The error message related to database operations. |