auditionadmin/app/Exceptions/ScoreEntryException.php

11 lines
137 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class ScoreEntryException extends Exception
{
//TODO: Fully depricate this class
}