mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Made social accounts attachable
This commit is contained in:
7
app/Exceptions/SocialSignInException.php
Normal file
7
app/Exceptions/SocialSignInException.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php namespace Oxbow\Exceptions;
|
||||
|
||||
|
||||
class SocialSignInException extends NotifyException
|
||||
{
|
||||
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
<?php namespace Oxbow\Exceptions;
|
||||
|
||||
|
||||
class UserNotFound extends NotifyException
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user