/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/authorization/src/Exception
NameSizeModeActions
AuthorizationRequiredException.php9050644editdlrm
Exception.php7360644editdlrm
ForbiddenException.php20730644editdlrm
MissingIdentityException.php9020644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/authorization/src/Exception/ForbiddenException.php (2073B)
result = $result; parent::__construct($message, $code, $previous); } /** * Returns policy check result if passed to the exception. * * @return \Authorization\Policy\ResultInterface|null */ public function getResult(): ?ResultInterface { return $this->result; } }