clrghouz/app/Exceptions/TIC/NotToMeException.php

9 lines
98 B
PHP

<?php
namespace App\Exceptions\TIC;
use Exception;
class NotToMeException extends Exception
{
}