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