Class: ExceptionNotificationLarkNotifier::Exceptions

Inherits:
Object
  • Object
show all
Defined in:
lib/exception_notification-lark-notifier/exceptions.rb

Constant Summary collapse

Error =

Generic error

Class.new(StandardError)
HttpError =

Generic HTTP error

Class.new(Error)
APIError =

Generic API error, non 0 response code

Class.new(Error)