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



64
65
66
# File 'lib/alchemy/errors.rb', line 64

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