Exception: Appboard::Error

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/appboard/exceptions.rb

Overview

Base Error class which all custom appboard exceptions inherit from. Rescuing Appboard::Error (or RuntimeError) will get all custom exceptions. If your dashboard is correctly configured and data is specified correctly, you should never expect to see any of these.

Defined Under Namespace

Classes: BadRequest, MissingConfiguration, NotFound, ThrottleLimit