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