Exception: WebResourceBundler::Exceptions::NonExistentCssImage
- Inherits:
-
WebResourceBundlerError
- Object
- Exception
- WebResourceBundlerError
- WebResourceBundler::Exceptions::NonExistentCssImage
- Defined in:
- lib/web_resource_bundler/exceptions.rb
Instance Method Summary collapse
-
#initialize(image_path) ⇒ NonExistentCssImage
constructor
A new instance of NonExistentCssImage.
Methods inherited from WebResourceBundlerError
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 |