Exception: Plz::InvalidSchema

Inherits:
Error
  • Object
show all
Defined in:
lib/plz/error.rb

Constant Summary

Constants inherited from Error

Error::USAGE

Instance Method Summary collapse

Constructor Details

#initialize(pathname: nil) ⇒ InvalidSchema

Returns a new instance of InvalidSchema.



35
36
37
# File 'lib/plz/error.rb', line 35

def initialize(pathname: nil)
  @pathname = pathname
end