Module: ErrorStalker::Store

Defined in:
lib/error_stalker/store.rb,
lib/error_stalker/store/base.rb

Overview

Exception stores are places that the ErrorStalker server will keep reported exceptions. Stores provide functionality like grouping exceptions, keeping track of exceptions, searching exceptions, and gathering recent exceptions. All ErrorStalker stores should inherit from ErrorStalker::Store::Base, and must implement all the methods defined on that class.

Defined Under Namespace

Classes: Base, InMemory, Mongoid