Exception: Repack::Manifest::ManifestLoadError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/repack/manifest.rb

Overview

Raised if we can’t read our webpack manifest for whatever reason

Instance Method Summary collapse

Constructor Details

#initialize(message, orig) ⇒ ManifestLoadError

Returns a new instance of ManifestLoadError.



9
10
11
# File 'lib/repack/manifest.rb', line 9

def initialize(message, orig)
  super "#{message} (original error #{orig})"
end