Sha256: 8736b642937ce6c2234a7c46dda20504ef67b70009d12541e45123c9c5886924

Contents?: true

Size: 181 Bytes

Versions: 2

Compression:

Stored size: 181 Bytes

Contents

# frozen_string_literal: true

module Legion
  module Exception
    module WrongType
      # This thing should be an array
      class Array < TypeError
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
legionio-0.2.0 lib/legion/exceptions/wrongtypes/array.rb
legionio-0.1.1 lib/legion/exceptions/wrongtypes/array.rb