Exception: SewingKit::Webpack::Manifest::ManifestLoadError

Inherits:
StandardError
  • Object
show all
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

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