class Jekyll::Assets::Liquid::Tag::AssetNotFoundError
Public Class Methods
new(asset)
click to toggle source
Calls superclass method
# File lib/jekyll/assets/liquid/tag.rb, line 28 def initialize(asset) super "Could not find the asset `#{asset}'" end