exceptions property
A static list of CustomException objects. This list is used to map error codes to their corresponding exceptions.
Implementation
static final List<CustomException> exceptions = [
CustomFileSystemException(),
MissingApiParamsException(),
WrongApiResponseException(),
UnknownErrorException(),
];