Exception: CatHerder::AssetNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cat_herder/asset_not_found.rb

Instance Method Summary collapse

Constructor Details

#initialize(logical_path) ⇒ AssetNotFound

Returns a new instance of AssetNotFound.



5
6
7
# File 'lib/cat_herder/asset_not_found.rb', line 5

def initialize(logical_path)
  super("Could not find asset #{logical_path.inspect}.")
end