lib/mebla/errors/mebla_configuration_exception.rb in mebla-1.0.0.rc2 vs lib/mebla/errors/mebla_configuration_exception.rb in mebla-1.0.0

- old
+ new

@@ -1,7 +1,7 @@ -# @private +# A wrapper for slingshot elastic-search adapter for Mongoid module Mebla - # @private + # Represents the parent module for all errors in Mebla module Errors # Thrown when configuration fails # @note this is a fatal exception class MeblaIndexException < MeblaFatal end