mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-12-01 20:54:03 +01:00
14 lines
181 B
PHP
14 lines
181 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Exceptions;
|
||
|
|
||
|
use Exception;
|
||
|
|
||
|
/**
|
||
|
* Class UnsupportedMigrationException.
|
||
|
*
|
||
|
* @codeCoverageIgnore
|
||
|
*/
|
||
|
class UnsupportedMigrationException extends Exception
|
||
|
{
|
||
|
}
|