Shikiryu_Backup/app/code/exceptions/LocalException.php

10 lines
98 B
PHP

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