📦 ApiError¶
Description
Raised when an external API returns an error response. Automatically logs the error using debug_me before raising.
🏭 Class Methods¶
.raise(why)¶
Raises an ApiError with debug logging.
Parameters
| Name | Type | Description |
|---|---|---|
why |
String |
The error message from the API |