athenahr/app/Exceptions/UserAlreadyInvitedException.php

11 lines
113 B
PHP
Executable File

<?php
namespace App\Exceptions;
use Exception;
class UserAlreadyInvitedException extends Exception
{
//
}