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.



21
22
23
# File 'lib/web_resource_bundler/exceptions.rb', line 21

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