Options
All
  • Public
  • Public/Protected
  • All
Menu

Handler that does not support any input and will always throw an error.

Hierarchy

Index

Constructors

Properties

errorMessage?: string

Methods

  • canHandle(): Promise<never>
  • handle(): Promise<never>
  • handleSafe(input: any): Promise<never>