rbrecruiter/app/Exceptions/EmptyOptionsException.php

11 lines
107 B
PHP

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