A platform to create documentation/wiki content built with PHP & Laravel
|
|
<?php
|
||
|
|
|
||
|
|
namespace BookStack\Access;
|
||
|
|
|
||
|
|
use Exception;
|
||
|
|
|
||
|
|
class UserInviteException extends Exception
|
||
|
|
{
|
||
|
|
//
|
||
|
|
}
|