auditionadmin/app/Exceptions/ScoreEntryException.php

11 lines
105 B
PHP

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