rbrecruiter/app/Exceptions/InvalidAppointmentStatusExc...

11 lines
119 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class InvalidAppointmentStatusException extends Exception
{
//
}