Exception: SQLite3Hash::MissingDBPath

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sqlite3_hash.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Need to specify DB path for SQLite3Hash") ⇒ MissingDBPath

Returns a new instance of MissingDBPath.



31
# File 'lib/sqlite3_hash.rb', line 31

def initialize(msg="Need to specify DB path for SQLite3Hash") super; end