OloPayException

open class OloPayException : Exception

Base Exception class for all exceptions

Constructors

OloPayException
Link copied to clipboard
fun OloPayException(message: String?)

Create an instance of this class with the given message

OloPayException
Link copied to clipboard
fun OloPayException(throwable: Throwable)

Create an instance of this class with the given throwable

Inheritors

ApiConnectionException
Link copied to clipboard
ApiException
Link copied to clipboard
CardException
Link copied to clipboard
GooglePayException
Link copied to clipboard
InvalidRequestException
Link copied to clipboard
RateLimitException
Link copied to clipboard