Exception: Plz::InvalidSchema
Direct Known Subclasses
BaseUrlNotFound, InvalidSchemaFile, LinkNotFound, UndecodableSchemaFile
Constant Summary
Constants inherited from Error
Instance Method Summary collapse
-
#initialize(pathname: nil) ⇒ InvalidSchema
constructor
A new instance of InvalidSchema.
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 |