Exception: SewingKit::Webpack::Manifest::ManifestLoadError
- Inherits:
-
StandardError
- Object
- StandardError
- SewingKit::Webpack::Manifest::ManifestLoadError
- Defined in:
- lib/sewing_kit/webpack/manifest.rb
Overview
Raised if the node-generated manifest cannot be read from the filesystem.
Instance Method Summary collapse
-
#initialize(path, cause) ⇒ ManifestLoadError
constructor
A new instance of ManifestLoadError.
Constructor Details
#initialize(path, cause) ⇒ ManifestLoadError
Returns a new instance of ManifestLoadError.
27 28 29 |
# File 'lib/sewing_kit/webpack/manifest.rb', line 27 def initialize(path, cause) super("Could not load manifest from #{path} (original error #{cause})") end |