PHP Class OneLogin_Saml2_Error

Defines the Error class
Inheritance: extends Exception
Mostrar archivo Open project: onelogin/php-saml Class Usage Examples

Public Methods

Method Description
__construct ( string $msg, integer $code, array | null $args = null ) Constructor

Method Details

__construct() public method

Constructor
public __construct ( string $msg, integer $code, array | null $args = null )
$msg string Describes the error.
$code integer The code error (defined in the error class).
$args array | null Arguments used in the message that describes the error.