mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-07 17:04:34 +01:00
13 lines
181 B
PHP
13 lines
181 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
/**
|
|
* Class UnsupportedMigrationException.
|
|
*
|
|
* @codeCoverageIgnore
|
|
*/
|
|
class UnsupportedMigrationException extends Exception {}
|