adrema/app/Exceptions/MemberNotInNamiException.php

11 lines
110 B
PHP
Raw Normal View History

2023-02-08 00:14:59 +01:00
<?php
namespace App\Exceptions;
use Exception;
class MemberNotInNamiException extends Exception
{
//
}