Exception: Marquery::AssetNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/marquery/error.rb

Instance Method Summary collapse

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