Exception: Plz::SchemaFileNotFound

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

Constant Summary

Constants inherited from Error

Error::USAGE

Instance Method Summary collapse

Instance Method Details

#to_sObject



19
20
21
# File 'lib/plz/error.rb', line 19

def to_s
  "Schema file was not found in #{SCHEMA_FILE_PATH_PATTERN}"
end