All Downloads are FREE. Search and download functionalities are using the official Maven repository.

view.toggle-module.errors.MissingToggleError.js Maven / Gradle / Ivy

export class MissingToggleError extends Error {
  constructor (toggle, cause) {
    super('Could not find toggle: "' + toggle + '". Make sure it is set up correctly in your config.js.')
    this.toggle = toggle
    this.cause = cause
    this.name = 'MissingToggleError'
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy