clrghouz/app/Exceptions/FileGrewException.php

9 lines
95 B
PHP

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