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