Exception: BytestreamReader::UndefinedEndianness
- Inherits:
-
Exception
- Object
- Exception
- BytestreamReader::UndefinedEndianness
- Defined in:
- lib/bytestream-reader.rb
Overview
This exists in the documentation but not in implementation (?!)
Instance Method Summary collapse
-
#initialize ⇒ UndefinedEndianness
constructor
A new instance of UndefinedEndianness.
Constructor Details
#initialize ⇒ UndefinedEndianness
Returns a new instance of UndefinedEndianness.
38 39 40 |
# File 'lib/bytestream-reader.rb', line 38 def initialize super("Requested default-endianness reads but no endianness defined") end |