mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-22 20:21:56 +03:00
7 lines
83 B
PHP
7 lines
83 B
PHP
<?php namespace Oxbow\Exceptions;
|
|
|
|
|
|
class UserNotFound extends NotifyException
|
|
{
|
|
|
|
} |