Sha256: 84eb8d435679af9fb13e9dc855e7e960fa1dec0a1a395fd0fb70dc7d27f9eb6f

Contents?: true

Size: 246 Bytes

Versions: 2

Compression:

Stored size: 246 Bytes

Contents

# encoding: utf-8
module Mongoid
  module Max
    module Denormalize
      class ConfigError < ::StandardError

        def initialize(summary, klass)
          super("[#{klass}.denormalize] #{summary}")
        end

      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mongoid_max_denormalize-0.0.2 lib/mongoid/max/denormalize/config_error.rb
mongoid_max_denormalize-0.0.1 lib/mongoid/max/denormalize/config_error.rb