Sha256: d220f7ff9d4bf0b25796017c10e8beaa01cd8139a39dd7f1cff42c05602556f6

Contents?: true

Size: 262 Bytes

Versions: 15

Compression:

Stored size: 262 Bytes

Contents

module TensorStream
  class TensorStreamError < RuntimeError; end
  class KeyError < TensorStreamError; end
  class ValueError < TensorStreamError; end
  class InvalidArgumentError < TensorStreamError; end
  class NotImplementedError < TensorStreamError; end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
tensor_stream-1.0.0 lib/tensor_stream/exceptions.rb
tensor_stream-1.0.0.pre.rc1 lib/tensor_stream/exceptions.rb
tensor_stream-0.9.10 lib/tensor_stream/exceptions.rb
tensor_stream-0.9.9 lib/tensor_stream/exceptions.rb
tensor_stream-0.9.8 lib/tensor_stream/exceptions.rb
tensor_stream-0.9.7 lib/tensor_stream/exceptions.rb
tensor_stream-0.9.6 lib/tensor_stream/exceptions.rb
tensor_stream-0.9.5 lib/tensor_stream/exceptions.rb
tensor_stream-0.9.2 lib/tensor_stream/exceptions.rb
tensor_stream-0.9.1 lib/tensor_stream/exceptions.rb
tensor_stream-0.9.0 lib/tensor_stream/exceptions.rb
tensor_stream-0.8.6 lib/tensor_stream/exceptions.rb
tensor_stream-0.8.5 lib/tensor_stream/exceptions.rb
tensor_stream-0.8.1 lib/tensor_stream/exceptions.rb
tensor_stream-0.8.0 lib/tensor_stream/exceptions.rb