Exception: Angus::Remote::RemoteConnectionError

Inherits:
Exception
  • Object
show all
Defined in:
lib/angus/remote/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(url) ⇒ RemoteConnectionError

Returns a new instance of RemoteConnectionError.



26
27
28
# File 'lib/angus/remote/exceptions.rb', line 26

def initialize(url)
  @remote_url = url
end

Instance Method Details

#messageObject



30
31
32
# File 'lib/angus/remote/exceptions.rb', line 30

def message
  "Remote Connection Error: #@remote_url"
end