tethys/app/Exceptions/GeneralException.php
2020-06-10 21:09:11 +02:00

13 lines
130 B
PHP

<?php
namespace App\Exceptions;
use Exception;
/**
* Class GeneralException.
*/
class GeneralException extends Exception
{
}