]> BookStack Code Mirror - bookstack/blob - app/Exceptions/UserNotFound.php
Added social sign in
[bookstack] / app / Exceptions / UserNotFound.php
1 <?php namespace Oxbow\Exceptions;
2
3
4 class UserNotFound extends NotifyException
5 {
6
7 }