Home Reference Source Test Repository
import IncompatiblePlatformError from 'ics-js/src/errors/IncompatiblePlatformError.js'
public class | source

IncompatiblePlatformError

Extends:

es6-error~ExtendableError → IncompatiblePlatformError

Error thrown when a function is called that is not compatible with the platform.

Constructor Summary

Public Constructor
public

constructor(message: string)

Create a new IncompatiblePlatformError.

Public Constructors

public constructor(message: string) source

Create a new IncompatiblePlatformError.

Params:

NameTypeAttributeDescription
message string
  • optional
  • default: Platform is incompatible. You may need to provide a polyfill.