This exception is thrown when a low level error happens in the store.

Methods
Attributes
[RW] info
[RW] original_exception
Public Class methods
new(original_exception, info = nil)
    # File lib/og/errors.rb, line 9
 9:   def initialize(original_exception, info = nil)
10:     @original_exception, @info = original_exception, info
11:   end