PHP 클래스 Autarky\Providers\ProviderException

상속: extends Exception
파일 보기 프로젝트 열기: autarky/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$errors string[] The error messages.

공개 메소드들

메소드 설명
__construct ( string $message, array $errors ) Constructor.
getErrors ( ) : string[] Get the exception's error messages.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $message, array $errors )
$message string
$errors array

getErrors() 공개 메소드

Get the exception's error messages.
public getErrors ( ) : string[]
리턴 string[]

프로퍼티 상세

$errors 보호되어 있는 프로퍼티

The error messages.
protected string[] $errors
리턴 string[]