/**
 * Flowtype definitions for deviceUnsupported
 * Generated by Flowgen from a Typescript Definition
 * Flowgen v1.21.0
 * @flow
 */

import { ErrorBase } from "./errorBase";

/**
 * Thrown when user tried to call a method with incompatible Ledger App version
 * @category Errors
 */
declare export class DeviceVersionUnsupported mixins ErrorBase {}
