Home Reference Source Repository
import {$$InvalidConfigError} from 'angie/src/services/$Exceptions.js'
public class | since 0.4.4 | source

$$InvalidConfigError

Extends:

Error → $$InvalidConfigError

A generic error thrown when an invalid configuration file is passed. This can occur when an invalid or empty JSON object is passed (if the found AngieFile is JSON) or if the JavaScript inside the config file is invalid. It can also imply a valid AngieFile was not found. Valid names for this file are "angiefile" with any mixed case written as JSON or a JavaScript file (".js" or ".es6") that exports a JavaScript object.

Example:

new $Exceptions.$$InvalidConfigError();

Constructor Summary

Public Constructor
public

Public Constructors

public constructor source