Overview

Namespaces

  • LoginRadiusSDK
    • Advance
    • Clients
    • CustomerRegistration
      • Account
      • Authentication
      • Social
    • Utility

Exceptions

  • LoginRadiusException
  • Overview
  • Namespace
  • Class

Class LoginRadiusException

Class For LoginRadius Exception This is the Loginradius Exception class to handle exception when you access LoginRadius APIs.

Exception
Extended by LoginRadiusSDK\LoginRadiusException
Namespace: LoginRadiusSDK
Located at LoginRadiusSDK/LoginRadiusException.php
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

$message
$error_response

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 summary
public $error_response
#
Properties inherited from Exception
$code, $file, $line, $message
API documentation generated by ApiGen