Stone.js API
    Preparing search index...
    • ErrorHandler decorator to set imperative configuration.

      Type Parameters

      Parameters

      Returns ClassDecorator

      A class decorator function that sets the metadata using the provided options.

      @ErrorHandler({ error: ['Error', 'RuntimeError'] })
      class MyClass {
      // ...
      }