bookstack/app/Exceptions/UserNotFound.php

7 lines
83 B
PHP
Raw Normal View History

2015-09-05 00:16:58 +08:00
<?php namespace Oxbow\Exceptions;
class UserNotFound extends NotifyException
{
}