mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-26 19:07:41 +03:00
7 lines
83 B
PHP
7 lines
83 B
PHP
<?php namespace Oxbow\Exceptions;
|
|
|
|
|
|
class UserNotFound extends NotifyException
|
|
{
|
|
|
|
} |