Sha256: c73817ac4e6312961988034064314f8d4d853cee90ee8533d28e55c0d11dff16

Contents?: true

Size: 264 Bytes

Versions: 3

Compression:

Stored size: 264 Bytes

Contents

module ExceptionNotificationLarkNotifier
  class Exceptions
    # Generic error
    Error = Class.new(StandardError)

    # Generic HTTP error
    HttpError = Class.new(Error)

    # Generic API error, non 0 response code
    APIError = Class.new(Error)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
exception_notification-lark-notifier-1.0.2 lib/exception_notification-lark-notifier/exceptions.rb
exception_notification-lark-notifier-1.0.1 lib/exception_notification-lark-notifier/exceptions.rb
exception_notification-lark-notifier-1.0.0 lib/exception_notification-lark-notifier/exceptions.rb