2FAuth/app/Exceptions/UnsupportedMigrationException.php
2024-09-26 23:50:01 +02:00

13 lines
181 B
PHP

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