10 lines
142 B
PHP
10 lines
142 B
PHP
<?php
|
|
|
|
namespace App\Exceptions\SchoolYear;
|
|
|
|
use RuntimeException;
|
|
|
|
final class SchoolYearConfigurationException extends RuntimeException
|
|
{
|
|
}
|