Exception: Spurline::SQLiteUnavailableError

Inherits:
AgentError
  • Object
show all
Defined in:
lib/spurline/errors.rb

Overview

Raised when the sqlite3 gem is unavailable but the SQLite session store is used. Add gem “sqlite3” to the application bundle when configuring :sqlite session storage.