tethys/app/Exceptions/OaiModelException.php

13 lines
131 B
PHP
Raw Normal View History

2018-11-27 17:06:11 +00:00
<?php
namespace App\Exceptions;
use Exception;
/**
* Class GeneralException.
*/
class OaiModelException extends Exception
{
}