Exception: FSDB::Database::PathComponentError

Inherits:
StandardError
  • Object
show all
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