clrghouz/app/Exceptions/TIC/NoFileAreaException.php

9 lines
101 B
PHP
Raw Normal View History

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