2FAuth/app/Exceptions/EncryptedMigrationException.php

14 lines
177 B
PHP

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