Exception: Angus::Remote::RemoteConnectionError
- Inherits:
-
Exception
- Object
- Exception
- Angus::Remote::RemoteConnectionError
- Defined in:
- lib/angus/remote/exceptions.rb
Instance Method Summary collapse
-
#initialize(url) ⇒ RemoteConnectionError
constructor
A new instance of RemoteConnectionError.
- #message ⇒ Object
Constructor Details
#initialize(url) ⇒ RemoteConnectionError
16 17 18 |
# File 'lib/angus/remote/exceptions.rb', line 16 def initialize(url) @remote_url = url end |
Instance Method Details
#message ⇒ Object
20 21 22 |
# File 'lib/angus/remote/exceptions.rb', line 20 def "Remote Connection Error: #@remote_url" end |