Exception: WebResourceBundler::Exceptions::ResourceNotFoundError
- Inherits:
-
WebResourceBundlerError
- Object
- Exception
- WebResourceBundlerError
- WebResourceBundler::Exceptions::ResourceNotFoundError
- Defined in:
- lib/web_resource_bundler/exceptions.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ ResourceNotFoundError
constructor
A new instance of ResourceNotFoundError.
Methods inherited from WebResourceBundlerError
Constructor Details
#initialize(path) ⇒ ResourceNotFoundError
Returns a new instance of ResourceNotFoundError.
13 14 15 |
# File 'lib/web_resource_bundler/exceptions.rb', line 13 def initialize(path) super "Resource #{path} not found" end |