bookstack/app/Exceptions/UserNotFound.php

7 lines
83 B
PHP

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