File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/src/Application/Common/Exceptions/AccessDeniedException.php
Back
<?php namespace AmeliaBooking\Application\Common\Exceptions; use Exception; /** * Class AccessDeniedException * * @package AmeliaBooking\Application\Common\Exceptions */ class AccessDeniedException extends Exception { /** * AccessDeniedException constructor. * * @param string $message * @param int $code * @param Exception|null $previous */ public function __construct( $message = 'You are not allowed to perform this action', $code = 0, Exception $previous = null ) { parent::__construct($message, $code, $previous); } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings