BookStackApp_BookStack/app/Access/UserInviteException.php
Dan Brown d12e8ec923
Users: Improved user response for failed invite sending
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
2024-09-29 16:41:18 +01:00

11 lines
107 B
PHP

<?php
namespace BookStack\Access;
use Exception;
class UserInviteException extends Exception
{
//
}