mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 21:57:47 +02:00
Move G-Auth import logic from controller to service
This commit is contained in:
14
app/Exceptions/InvalidGoogleAuthMigration.php
Normal file
14
app/Exceptions/InvalidGoogleAuthMigration.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Class UndecipherableException.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class InvalidGoogleAuthMigration extends Exception
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user