Shikiryu_Backup/app/code/exceptions/LocalException.php

11 lines
99 B
PHP

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