Exception: Expressir::ManifestNotFoundError

Inherits:
FileNotFoundError show all
Defined in:
lib/expressir/errors.rb

Instance Attribute Summary

Attributes inherited from FileNotFoundError

#file_path, #file_type

Attributes inherited from Error

#details

Instance Method Summary collapse

Constructor Details

#initialize(file_path) ⇒ ManifestNotFoundError

Returns a new instance of ManifestNotFoundError.



26
27
28
# File 'lib/expressir/errors.rb', line 26

def initialize(file_path)
  super(file_path, file_type: "Manifest file")
end