3.0.3 • Published 4 years ago

presentation-exceptions v3.0.3

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
4 years ago

presentation-exceptions

Augmented Next presentation : Exception handling

API

Table of Contents

RenderError

Extends Error

Error Class for user with render exceptions

Parameters

  • message

ServiceError

Extends Error

Error Class for user with service exceptions

Parameters

  • message

LoginError

Extends Error

Error Class for user with login exceptions

Parameters

  • message

ErrorHandler

Handler for fallback exception handling in the application

Parameters

  • e Error Exception
  • logger Logger Logger class to use (will default to console)