Exception: Plz::SchemaFileNotFound
- Defined in:
- lib/plz/error.rb
Constant Summary
Constants inherited from Error
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
19 20 21 |
# File 'lib/plz/error.rb', line 19 def to_s "Schema file was not found in #{SCHEMA_FILE_PATH_PATTERN}" end |