Sha256: 0be7260a08e146530333c9b81f33d11322692052adaae6d4546759a444a575e4
Contents?: true
Size: 297 Bytes
Versions: 3
Compression:
Stored size: 297 Bytes
Contents
# $Id$ module Og # This exception is thrown when a low level error happens # in the store. class StoreException < Exception attr_accessor :original_exception, :info def initialize(original_exception, info = nil) @original_exception, @info = original_exception, info end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
og-0.21.0 | lib/og/errors.rb |
og-0.21.2 | lib/og/errors.rb |
og-0.22.0 | lib/og/errors.rb |