rbrecruiter/app/Exceptions/EmptyFormException.php

11 lines
104 B
PHP

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