Exception: FSDB::Database::PathComponentError
- Inherits:
-
StandardError
- Object
- StandardError
- FSDB::Database::PathComponentError
- Defined in:
- lib/fsdb/database.rb
Overview
Raised when some component of a path is not a dir, as in:
db['x'] = 1; db['x/y'] = 2