Sha256: 2869d4a28845307ff931ea3ca671c082b184f4054abac10008b959d088c47619

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 int
      class Integer < 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/integer.rb
legionio-0.1.1 lib/legion/exceptions/wrongtypes/integer.rb