/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
cakephp
/
cakephp
/
src
/
I18n
/
Exception
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/I18n/Exception
mkdir
upload
Name
Size
Mode
Actions
I18nException.php
813
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/I18n/Exception/I18nException.php
(813B)
<?php declare(strict_types=1); /** * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org) * @copyright Copyright (c) 2017 Aura for PHP * @link https://cakephp.org CakePHP(tm) Project * @since 4.2.0 * @license https://opensource.org/licenses/mit-license.php MIT License */ namespace Cake\I18n\Exception; use Cake\Core\Exception\CakeException; /** * I18n exception. */ class I18nException extends CakeException { }
Save