mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-23 16:53:26 +01:00
14 lines
177 B
PHP
14 lines
177 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
/**
|
|
* Class EncryptedMigrationException.
|
|
*
|
|
* @codeCoverageIgnore
|
|
*/
|
|
class EncryptedMigrationException extends Exception
|
|
{
|
|
} |