tethys/app/Exceptions/GeneralException.php

13 lines
130 B
PHP
Raw Normal View History

2018-09-06 15:58:54 +00:00
<?php
namespace App\Exceptions;
use Exception;
/**
* Class GeneralException.
*/
class GeneralException extends Exception
{
}