This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions\SchoolYear;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
final class InvalidSchoolYearSelectionException extends RuntimeException
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions\SchoolYear;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
final class SchoolYearConfigurationException extends RuntimeException
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions\SchoolYear;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
final class SchoolYearNotFoundException extends RuntimeException
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions\SchoolYear;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
final class SchoolYearWriteConflictException extends RuntimeException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user