Shikiryu_Backup/app/code/exceptions/LocalException.php
2020-04-16 18:02:46 +02:00

10 lines
98 B
PHP

<?php
namespace Shikiryu\Exceptions;
use Exception;
class LocalException extends Exception
{
}