PHP 클래스 Efficiently\AuthorityController\Exceptions\AccessDenied
This usually happens within a call to ControllerAdditions::authorize() but can be
raised manually.
throw new Efficiently\AuthorityController\Exceptions\AccessDenied('Not authorized!', 'read', 'Product');
$exception->getMessage(); //-> "Not authorized!"
$exception->action; //-> 'read'
$exception->subject; //-> 'Product'
파일 보기
프로젝트 열기: efficiently/authority-controller
공개 프로퍼티들
공개 메소드들
메소드 상세
public __construct ( $message = null, $action = null, $subject = null, $code, Exception $previous = null ) |
$previous |
Exception |
|
getDefaultMessage()
공개 메소드
setDefaultMessage()
공개 메소드
프로퍼티 상세
$defaultMessage 공개적으로 프로퍼티