Shikiryu_Backup/app/code/exceptions/DistantException.php

11 lines
101 B
PHP
Raw Normal View History

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