Class LoginRadiusException
Class For LoginRadius Exception
This is the Loginradius Exception class to handle exception when you access LoginRadius APIs.
-
Exception
-
LoginRadiusSDK\LoginRadiusException
Methods summary
public
|
#
__construct( string $message, array $error_response = false )
Get error message and set error response.
Get error message and set error response.
Parameters
Overrides
Exception::__construct()
|
public
array
|
#
getErrorResponse( )
Get error Response from API.
Get error Response from API.
Returns
array
|
Methods inherited from Exception
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
Properties inherited from Exception
$code,
$file,
$line,
$message
|