class CatHerder::AssetNotFound
Public Class Methods
new(logical_path)
click to toggle source
Calls superclass method
# File lib/cat_herder/asset_not_found.rb, line 5 def initialize(logical_path) super("Could not find asset #{logical_path.inspect}.") end