2FAuth/app/Exceptions/InvalidGoogleAuthMigration.php

14 lines
172 B
PHP

<?php
namespace App\Exceptions;
use Exception;
/**
* Class UndecipherableException.
*
* @codeCoverageIgnore
*/
class InvalidGoogleAuthMigration extends Exception
{
}