Current Path : C:/xampp/phpMyAdmin/vendor/pragmarx/google2fa/src/Exceptions/Contracts/ |
Current File : C:/xampp/phpMyAdmin/vendor/pragmarx/google2fa/src/Exceptions/Contracts/SecretKeyTooShort.php |
<?php namespace PragmaRX\Google2FA\Exceptions\Contracts; use Throwable; interface SecretKeyTooShort extends Throwable { }