Exception: Hanami::Assets::ManifestMissingError

Inherits:
Error
  • Object
show all
Defined in:
lib/hanami/sprockets/errors.rb

Overview

Error raised when the asset manifest cannot be found

Since:

  • 0.1.0

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ ManifestMissingError

Returns a new instance of ManifestMissingError.

Since:

  • 0.1.0



24
25
26
# File 'lib/hanami/sprockets/errors.rb', line 24

def initialize(path)
  super("Missing manifest: #{path}")
end