Sha256: 87b6608bb200c68ded72d83e51d7c041c52a6234727d469f04a19ce3f81db55c

Contents?: true

Size: 145 Bytes

Versions: 10

Compression:

Stored size: 145 Bytes

Contents

# frozen_string_literal: true

module Legion
  module Exception
    module WrongType
      class Integer < 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/integer.rb
legion-exceptions-1.1.5 lib/legion/exceptions/wrongtypes/integer.rb
legion-exceptions-1.1.4 lib/legion/exceptions/wrongtypes/integer.rb
legion-exceptions-1.1.3 lib/legion/exceptions/wrongtypes/integer.rb
legion-exceptions-1.1.2 lib/legion/exceptions/wrongtypes/integer.rb
legion-exceptions-1.1.1 lib/legion/exceptions/wrongtypes/integer.rb
legion-exceptions-1.1.0 lib/legion/exceptions/wrongtypes/integer.rb
legion-exceptions-1.0.4 lib/legion/exceptions/wrongtypes/integer.rb
legion-exceptions-1.0.3 lib/legion/exceptions/wrongtypes/integer.rb
legion-exceptions-1.0.1 lib/legion/exceptions/wrongtypes/integer.rb