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'
상속: extends Exception
파일 보기 프로젝트 열기: efficiently/authority-controller

공개 프로퍼티들

프로퍼티 타입 설명
$action
$defaultMessage
$subject

공개 메소드들

메소드 설명
__construct ( $message = null, $action = null, $subject = null, $code, Exception $previous = null )
__toString ( )
getAction ( )
getDefaultMessage ( )
getSubject ( )
setDefaultMessage ( $value = null )

메소드 상세

__construct() 공개 메소드

public __construct ( $message = null, $action = null, $subject = null, $code, Exception $previous = null )
$previous Exception

__toString() 공개 메소드

public __toString ( )

getAction() 공개 메소드

public getAction ( )

getDefaultMessage() 공개 메소드

public getDefaultMessage ( )

getSubject() 공개 메소드

public getSubject ( )

setDefaultMessage() 공개 메소드

public setDefaultMessage ( $value = null )

프로퍼티 상세

$action 공개적으로 프로퍼티

public $action

$defaultMessage 공개적으로 프로퍼티

public $defaultMessage

$subject 공개적으로 프로퍼티

public $subject