2FAuth/app/Exceptions/UnsupportedMigrationException.php

14 lines
181 B
PHP

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