<?php
namespace App\Exceptions;
use Exception;
class CreateEntryException extends Exception
{
}
Powered by TurnKey Linux.