2FAuth/app/Exceptions/UnsupportedMigrationException.php

15 lines
182 B
PHP
Raw Normal View History

<?php
namespace App\Exceptions;
use Exception;
/**
* Class UnsupportedMigrationException.
*
* @codeCoverageIgnore
*/
class UnsupportedMigrationException extends Exception
{
2022-11-22 15:15:52 +01:00
}