HubtelException
class HubtelException extends Exception (View source)
Class HubtelException throws OVAC\HubtelPayment\Exception\HubtelException
Properties
| protected string | $errorCode | The error code returned by Hubtel. | |
| protected string | $errorType | The error type returned by Hubtel. | |
| protected string | $missingParameter | The missing parameter returned by Hubtel. | |
| protected string | $rawOutput | The raw output returned by Hubtel in case of exception. |
Methods
Returns the error type returned by Hubtel.
Sets the error type returned by Hubtel.
Returns the error type returned by Hubtel.
Sets the error type returned by Hubtel.
Returns missing parameter returned by Hubtel with the error.
Sets the missing parameter returned by Hubtel with the error.
Returns raw output returned by Hubtel in case of exception.
Sets the raw output parameter returned by Hubtel in case of exception.
Details
at line 51
string
getErrorCode()
Returns the error type returned by Hubtel.
at line 61
HubtelException
setErrorCode(string $errorCode)
Sets the error type returned by Hubtel.
at line 72
string
getErrorType()
Returns the error type returned by Hubtel.
at line 82
HubtelException
setErrorType(string $errorType)
Sets the error type returned by Hubtel.
at line 93
string
getMissingParameter()
Returns missing parameter returned by Hubtel with the error.
at line 103
HubtelException
setMissingParameter(string $missingParameter)
Sets the missing parameter returned by Hubtel with the error.
at line 114
string
getRawOutput()
Returns raw output returned by Hubtel in case of exception.
at line 124
HubtelException
setRawOutput(string $rawOutput)
Sets the raw output parameter returned by Hubtel in case of exception.