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