Exception: WebResourceBundler::Exceptions::NonExistentCssImage

Inherits:
WebResourceBundlerError show all
Defined in:
lib/web_resource_bundler/exceptions.rb

Instance Method Summary collapse

Methods inherited from WebResourceBundlerError

#to_s

Constructor Details

#initialize(image_path) ⇒ NonExistentCssImage

Returns a new instance of NonExistentCssImage.



19
20
21
# File 'lib/web_resource_bundler/exceptions.rb', line 19

def initialize(image_path)
  super "Css has url to incorrect image path: #{image_path}"
end