<?php

namespace App\Exceptions;

use Exception;

class MemberNotInNamiException extends Exception
{
    //
}