]> BookStack Code Mirror - bookstack/blob - app/Exceptions/UserNotFound.php
Refactored Social auth into service, Made entity an abstract class
[bookstack] / app / Exceptions / UserNotFound.php
1 <?php namespace Oxbow\Exceptions;
2
3
4 class UserNotFound extends NotifyException
5 {
6
7 }