Class: Ipfs::Connection::Unreachable
- Defined in:
- lib/connection/unreachable.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#up? ⇒ Boolean
7 8 9 |
# File 'lib/connection/unreachable.rb', line 7 def up? raise Ipfs::Error::UnreachableDaemon, "IPFS is not reachable." end |