## AppError


Base exception for the application.


Usage


``` python
AppError(
    message,
    code=0,
)
```


## Parameters


`message: str`  
Human-readable error message.

`code: int = ``0`  
Machine-readable error code.
