class Twib::Switch::Debug::Event::Exception
Constants
- TYPE
Attributes
fault_register[R]
specific[R]
type[R]
Public Instance Methods
event_type()
click to toggle source
# File lib/twib/switch/debug.rb, line 81 def event_type :exception end
unpack_specific(pack)
click to toggle source
# File lib/twib/switch/debug.rb, line 78 def unpack_specific(pack) @type, @fault_register, @specific = pack.unpack("L<Q<a*") end