Exception: Jekyll::AssetsPlugin::Environment::AssetNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jekyll/assets_plugin/environment.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ AssetNotFound

Returns a new instance of AssetNotFound.



14
15
16
# File 'lib/jekyll/assets_plugin/environment.rb', line 14

def initialize(path)
  super "Couldn't find file '#{path}'"
end