Exception: MongoidExtended::GemsLoadError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mongoid_extended.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(gem_name) ⇒ GemsLoadError

Returns a new instance of GemsLoadError.



13
14
15
# File 'lib/mongoid_extended.rb', line 13

def initialize(gem_name)
  super("`#{gem_name}` gem must be required first")
end