mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-23 23:29:59 +08:00
7 lines
83 B
PHP
7 lines
83 B
PHP
<?php namespace Oxbow\Exceptions;
|
|
|
|
|
|
class UserNotFound extends NotifyException
|
|
{
|
|
|
|
} |