Exception: Expressir::PackageNotFoundError

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) ⇒ PackageNotFoundError

Returns a new instance of PackageNotFoundError.



32
33
34
# File 'lib/expressir/errors.rb', line 32

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