<?php
namespace App\Exceptions;
use Exception;
class ManageEntryException extends Exception
{
//TODO: Fully depricate this class
}
Powered by TurnKey Linux.