1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-22 20:21:56 +03:00
Files
bookstack/app/Exceptions/UserNotFound.php
2015-09-04 17:16:58 +01:00

7 lines
83 B
PHP

<?php namespace Oxbow\Exceptions;
class UserNotFound extends NotifyException
{
}