athenahr/app/Exceptions/InvalidAppointmentStatusException.php

11 lines
119 B
PHP
Executable File

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