Module: utils/errorUtil

Error Utility for Satoshi Showdown. Defines custom error classes for enhanced error handling in the application. These classes extend the standard Error class, providing additional context and specificity. Includes error types like DatabaseError, ValidationError, and NotFoundError for precise error identification.

Source:

Requires

Classes

BaseError
BaseError
DatabaseError
DatabaseError
NotFoundError
NotFoundError
ValidationError
ValidationError