* @link https://www.oxidmodule.com */ declare(strict_types=1); namespace D3\Webauthn\Application\Model\Exceptions; use D3\Webauthn\Application\Model\WebauthnConf; class WebauthnGetException extends WebauthnException { public function getRequestType(): string { return WebauthnConf::TYPE_GET; } }