PHP 클래스 OneLogin_Saml2_Error

Defines the Error class
상속: extends Exception
파일 보기 프로젝트 열기: onelogin/php-saml 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $msg, integer $code, array | null $args = null ) Constructor

메소드 상세

__construct() 공개 메소드

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.