Exception: CatHerder::AssetNotPublic

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

Instance Method Summary collapse

Constructor Details

#initialize(asset) ⇒ AssetNotPublic

Returns a new instance of AssetNotPublic.



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

def initialize(asset)
  super("Asset #{asset.logical_path.inspect} (#{asset.source_path.inspect}) does not expose a public path.")
end