Exception: Alchemy::UpdateServiceUnavailable

Inherits:
StandardError
  • Object
show all
Defined in:
lib/alchemy/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject

Raised if no successful connection to GitHub was possible



75
76
77
# File 'lib/alchemy/errors.rb', line 75

def message
  "The update service is temporarily unavailable!"
end