Exception: Archipelago::Exxon::NoRemoteDatabaseAvailableException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/archipelago/exxon.rb

Overview

Raised when you try to do stuff without any remote database available.

Instance Method Summary collapse

Constructor Details

#initialize(valdez) ⇒ NoRemoteDatabaseAvailableException

Returns a new instance of NoRemoteDatabaseAvailableException.



35
36
37
# File 'lib/archipelago/exxon.rb', line 35

def initialize(valdez)
  super("#{valdez} can not find any remote database for you")
end