Sha256: 86fa8d96fb60197a7c407dc07dba9f4d7b652e43266117fb72839b7544c621a1

Contents?: true

Size: 141 Bytes

Versions: 10

Compression:

Stored size: 141 Bytes

Contents

# frozen_string_literal: true

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