koel/app/Exceptions/InvitationNotFoundException.php

10 lines
106 B
PHP
Raw Normal View History

2023-08-20 22:35:58 +00:00
<?php
namespace App\Exceptions;
use Exception;
class InvitationNotFoundException extends Exception
{
}