Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

Index

Constructors

constructor

Properties

Private Optional Readonly errorMessage

errorMessage?: string

Methods

canHandle

  • canHandle(): Promise<never>

handle

  • handle(): Promise<never>

handleSafe

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