This abstract class provides the foundation for all custom error types in the
TenantOS API client. It ensures proper error inheritance, stack trace preservation,
and consistent error handling across all error types.
Features:
Proper prototype chain maintenance for instanceof checks
Base class for all TenantOS API errors
This abstract class provides the foundation for all custom error types in the TenantOS API client. It ensures proper error inheritance, stack trace preservation, and consistent error handling across all error types.
Features: