Exception: CatHerder::AssetNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- CatHerder::AssetNotFound
- Defined in:
- lib/cat_herder/asset_not_found.rb
Instance Method Summary collapse
-
#initialize(logical_path) ⇒ AssetNotFound
constructor
A new instance of AssetNotFound.
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 |