class SQLite3Hash::MissingDBPath

Public Class Methods

new(msg="Need to specify DB path for SQLite3Hash") click to toggle source
Calls superclass method
# File lib/sqlite3_hash.rb, line 30
def initialize(msg="Need to specify DB path for SQLite3Hash") super; end