Sha256: aa24e617ab46b292d7555a5bf67196aa1315c6dc1f0ba80dfdb08ac717cc77e9

Contents?: true

Size: 143 Bytes

Versions: 10

Compression:

Stored size: 143 Bytes

Contents

# frozen_string_literal: true

module Legion
  module Exception
    module WrongType
      class Array < TypeError
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
legion-exceptions-1.1.6 lib/legion/exceptions/wrongtypes/array.rb
legion-exceptions-1.1.5 lib/legion/exceptions/wrongtypes/array.rb
legion-exceptions-1.1.4 lib/legion/exceptions/wrongtypes/array.rb
legion-exceptions-1.1.3 lib/legion/exceptions/wrongtypes/array.rb
legion-exceptions-1.1.2 lib/legion/exceptions/wrongtypes/array.rb
legion-exceptions-1.1.1 lib/legion/exceptions/wrongtypes/array.rb
legion-exceptions-1.1.0 lib/legion/exceptions/wrongtypes/array.rb
legion-exceptions-1.0.4 lib/legion/exceptions/wrongtypes/array.rb
legion-exceptions-1.0.3 lib/legion/exceptions/wrongtypes/array.rb
legion-exceptions-1.0.1 lib/legion/exceptions/wrongtypes/array.rb