Exception: Appboard::Error
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Appboard::Error
- 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.
Direct Known Subclasses
Defined Under Namespace
Classes: BadRequest, MissingConfiguration, NotFound, ThrottleLimit