2FAuth/app/Exceptions/EncryptedMigrationException...

15 lines
178 B
PHP

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