2FAuth/app/Exceptions/FailedIconStoreDatabaseTogglingException.php
2024-10-27 08:16:48 +01:00

13 lines
203 B
PHP

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