mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-22 03:51:06 +00:00
5 lines
93 B
PHP
5 lines
93 B
PHP
<?php namespace BookStack\Exceptions;
|
|
|
|
class UserUpdateException extends NotifyException
|
|
{
|
|
}
|