Class: PacketGen::Header::SCTP::ProtocolViolationError
- Inherits:
-
Object
- Object
- PacketGen::Header::SCTP::ProtocolViolationError
- Includes:
- ErrorMixin
- Defined in:
- lib/packetgen/header/sctp/error.rb
Overview
Protocol violation error.
Instance Method Summary collapse
Methods included from ErrorMixin
Methods included from Padded32
Instance Method Details
#to_human ⇒ ::String
339 340 341 |
# File 'lib/packetgen/header/sctp/error.rb', line 339 def to_human "<#{error_name}>" end |