We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ffbfc38
instanceof
try { decodeMatchShareCode("invalid-share-code"); } catch (error) { if (error instanceof InvalidShareCode) { // now works } }