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