lib/convenient_service/utils/array/errors.rb in convenient_service-0.11.0 vs lib/convenient_service/utils/array/errors.rb in convenient_service-0.12.0

- old
+ new

@@ -2,10 +2,10 @@ module ConvenientService module Utils module Array module Errors - class NonIntegerIndex < Error + class NonIntegerIndex < ::ConvenientService::Error def initialize(index:) message = <<~TEXT Index `#{index.inspect}` is NOT an integer. TEXT