exceptions property

List<CustomException> exceptions
final

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(),
];