class Repack::Manifest::ManifestLoadError

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

Public Class Methods

new(message, orig) click to toggle source
Calls superclass method
# File lib/repack/manifest.rb, line 9
def initialize(message, orig)
  super "#{message} (original error #{orig})"
end