Exception: Alephant::Broker::InvalidAssetId
- Inherits:
-
Exception
- Object
- Exception
- Alephant::Broker::InvalidAssetId
- Defined in:
- lib/alephant/broker/errors/invalid_asset_id.rb
Instance Method Summary collapse
-
#initialize(msg) ⇒ InvalidAssetId
constructor
A new instance of InvalidAssetId.
Constructor Details
#initialize(msg) ⇒ InvalidAssetId
5 6 7 |
# File 'lib/alephant/broker/errors/invalid_asset_id.rb', line 5 def initialize(msg) super end |