Files
alrahma_sunday_school/app/Exceptions/SchoolYear/SchoolYearConfigurationException.php
T
root feb1b29a32
Tests / PHPUnit (push) Failing after 1m19s
apply the school year concept
2026-07-14 00:59:00 -04:00

10 lines
142 B
PHP

<?php
namespace App\Exceptions\SchoolYear;
use RuntimeException;
final class SchoolYearConfigurationException extends RuntimeException
{
}