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

- old
+ new

@@ -2,9 +2,9 @@ module Mebla # Represents the parent module for all errors in Mebla module Errors # Thrown when configuration fails # @note this is a fatal exception - class MeblaIndexException < MeblaFatal + class MeblaConfigurationException < MeblaFatal end end end