lib/mebla/errors/mebla_error.rb in mebla-1.0.0.rc2 vs lib/mebla/errors/mebla_error.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
# Default parent Mebla error for all custom non-fatal errors.
class MeblaError < ::StandardError
def initialize(message)
super message