mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
9 lines
106 B
PHP
9 lines
106 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class InvitationNotFoundException extends Exception
|
|
{
|
|
}
|