Exception: Plz::UndecodableSchemaFile

Inherits:
InvalidSchema show all
Defined in:
lib/plz/error.rb

Constant Summary

Constants inherited from Error

Error::USAGE

Instance Method Summary collapse

Methods inherited from InvalidSchema

#initialize

Constructor Details

This class inherits a constructor from Plz::InvalidSchema

Instance Method Details

#to_sObject



41
42
43
# File 'lib/plz/error.rb', line 41

def to_s
  "Failed to decode #{@pathname}"
end