Exception: Appsignal::NotStartedError Private
- Inherits:
-
InternalError
- Object
- StandardError
- InternalError
- Appsignal::NotStartedError
- Defined in:
- lib/appsignal/internal_errors.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Constant Summary collapse
- MESSAGE =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
<<~MESSAGE The AppSignal Ruby gem was not started! This error was raised by calling `Appsignal.check_if_started!` MESSAGE
Instance Method Summary collapse
- #message ⇒ Object private