Options
All
  • Public
  • Public/Protected
  • All
Menu

Runtime exceptions are raised when expectations to execute an operation are not met.

Hierarchy

  • RuntimeException
    • RuntimeException

Index

Constructors

constructor

  • new RuntimeException(message: string, status?: undefined | number, code?: undefined | string, link?: undefined | string): RuntimeException
  • Parameters

    • message: string
    • Optional status: undefined | number
    • Optional code: undefined | string
    • Optional link: undefined | string

    Returns RuntimeException

Properties

message

message: string

name

name: string

Optional stack

stack: undefined | string

Accessors

Static errorsDoc

errorsDoc:

Methods

Static incompleteConfig

  • incompleteConfig(missingKeys: string[], file: string, forKey?: undefined | string): RuntimeException

Static invoke

Static missingAppKey

Static missingConfig

Static missingEnvKey

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc