]> BookStack Code Mirror - bookstack/blob - app/Exceptions/SocialSignInAccountNotUsed.php
Added locale and text direction to html templates
[bookstack] / app / Exceptions / SocialSignInAccountNotUsed.php
1 <?php namespace BookStack\Exceptions;
2
3 class SocialSignInAccountNotUsed extends SocialSignInException
4 {
5
6 }