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