* @link https://www.oxidmodule.com */ declare(strict_types=1); namespace D3\Webauthn\Application\Model\Exceptions; use OxidEsales\Eshop\Core\Exception\StandardException; class WebauthnLoginErrorException extends StandardException { }