auditionadmin/app/Exceptions/CreateEntryException.php

10 lines
99 B
PHP

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