]> BookStack Code Mirror - bookstack/blob - app/Exceptions/SocialSignInException.php
Add min length validation on name on register form & add sign up link
[bookstack] / app / Exceptions / SocialSignInException.php
1 <?php namespace BookStack\Exceptions;
2
3 class SocialSignInException extends NotifyException
4 {
5
6 }