Exception: Mack::Distributed::Errors::InvalidAddressableURIFormat
- Inherits:
-
StandardError
- Object
- StandardError
- Mack::Distributed::Errors::InvalidAddressableURIFormat
- Defined in:
- lib/mack-distributed/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
27 28 29 |
# File 'lib/mack-distributed/errors/errors.rb', line 27 def inititalize(msg) super("Invalid addressable format: #{msg}") end |