mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-21 23:07:55 +00:00
d12e8ec923
Added specific handling to show relevant error message when user creation fails due to invite sending errors, while also returning user to the form with previous input. Includes test to cover. For #5195
11 lines
107 B
PHP
11 lines
107 B
PHP
<?php
|
|
|
|
namespace BookStack\Access;
|
|
|
|
use Exception;
|
|
|
|
class UserInviteException extends Exception
|
|
{
|
|
//
|
|
}
|