2FAuth/app/Exceptions/EncryptedMigrationException.php
2022-11-25 15:20:36 +01:00

15 lines
178 B
PHP

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