koel/app/Exceptions/InvitationNotFoundException.php

10 lines
106 B
PHP
Raw Normal View History

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