2FAuth/app/Exceptions/UnsupportedMigrationExcepti...

15 lines
182 B
PHP

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