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