Exception: Timber::CLI::API::ServerError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/timber/cli/api.rb

Overview

Raised when Timber is returning 500s

Instance Method Summary collapse

Instance Method Details

#messageObject



35
36
37
38
39
40
41
42
# File 'lib/timber/cli/api.rb', line 35

def message
  "Crap, it looks like the Timber API is returning 500s :/. In order to properly " \
    "install Timber and test integration we need the Timber API to work correctly. " \
    "Chances are we're aware of the issue and if you try again later the API should " \
    "be working. \n\n" \
    "Status updates: http://status.timber.io \n" \
    "Yell at us via email: [email protected] \n"
end