class Kaitai::Struct::UndecidedEndiannessError

Error that occurs when default endianness should be decided with a switch, but nothing matches (although using endianness expression implies that there should be some positive result).

Public Class Methods

new(src_path) click to toggle source
Calls superclass method Kaitai::Struct::KaitaiStructError::new
# File lib/kaitai/struct/struct.rb, line 552
def initialize(src_path)
  super("unable to decide on endianness for a type", src_path)
end