athenahr/app/Exceptions/InvalidAppointmentException.php

11 lines
113 B
PHP
Executable File

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