Exception: Marquery::AssetNotFound
- Defined in:
- lib/marquery/error.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ AssetNotFound
constructor
A new instance of AssetNotFound.
Constructor Details
#initialize(name) ⇒ AssetNotFound
Returns a new instance of AssetNotFound.
13 14 15 |
# File 'lib/marquery/error.rb', line 13 def initialize(name) super("Asset not found: #{name}") end |