Shikiryu_Backup/app/code/exceptions/LocalException.php

11 lines
99 B
PHP
Raw Normal View History

2020-04-16 18:02:46 +02:00
<?php
namespace Shikiryu\Exceptions;
use Exception;
class LocalException extends Exception
{
2020-04-17 12:08:51 +02:00
}