Exception: Distribunaut::Distributed::Errors::InvalidAddressableURIFormat
- Inherits:
-
StandardError
- Object
- StandardError
- Distribunaut::Distributed::Errors::InvalidAddressableURIFormat
- Defined in:
- lib/distribunaut/errors/errors.rb
Overview
Raised when the distributed path is not a well formed addressable format
Instance Method Summary collapse
Instance Method Details
#inititalize(msg) ⇒ Object
19 20 21 |
# File 'lib/distribunaut/errors/errors.rb', line 19 def inititalize(msg) super("Invalid addressable format: #{msg}") end |