Exception: Appsignal::NotStartedError Private

Inherits:
InternalError show all
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

Instance Method Details

#messageObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



15
16
17
# File 'lib/appsignal/internal_errors.rb', line 15

def message
  MESSAGE
end