Sha256: fce491d9812b32b41d79abe623497baf71c0a57090da66d2abe10570aba473cf

Contents?: true

Size: 284 Bytes

Versions: 10

Compression:

Stored size: 284 Bytes

Contents

# frozen_string_literal: true

require_relative 'wrongtypes/array'
require_relative 'wrongtypes/hash'
require_relative 'wrongtypes/integer'
require_relative 'wrongtypes/nil'
require_relative 'wrongtypes/string'

module Legion
  module Exception
    module WrongType
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

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