Exception: Alchemy::UpdateServiceUnavailable
- Inherits:
-
StandardError
- Object
- StandardError
- Alchemy::UpdateServiceUnavailable
- Defined in:
- lib/alchemy/errors.rb
Instance Method Summary collapse
-
#message ⇒ Object
Raised it no succesful connection to GitHub was possible.
Instance Method Details
#message ⇒ Object
Raised it no succesful connection to GitHub was possible
64 65 66 |
# File 'lib/alchemy/errors.rb', line 64 def "The update service is temporarily unavailable!" end |