class EmptyDataException : Exception
Data received from REST api are empty |
|
class InternalErrorException : Exception
Error returned from the Payment Highway REST api |
|
class InvalidDataException : Exception
Data received from REST api are invalid |
|
class ResponseErrorException : Exception
REST api response error |
|
class UnknowErrorException : Exception
Returned when the source of the error is unknown |