11 lines
119 B
PHP
Executable File
11 lines
119 B
PHP
Executable File
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class InvalidAppointmentStatusException extends Exception
|
|
{
|
|
//
|
|
}
|