Exception: CArray::DataTypeError
- Inherits:
-
StandardError
- Object
- StandardError
- CArray::DataTypeError
- Defined in:
- yard-stubs/ruby_carray.rb
Overview
Raised when a method is invoked on a CArray whose data_type is
incompatible with the operation (e.g. binary I/O on :object,
quickselect on :fixlen).