Class
Msf::BadcharError
In:
lib/msf/core/exceptions.rb
Parent:
EncodingError
Thrown when an encoder fails to encode a buffer due to a bad character.
Methods
new
to_s
Attributes
buf
[R]
char
[R]
index
[R]
stub_size
[R]
Public Class methods
new
(buf = nil, index = nil, stub_size = nil, char = nil)
Public Instance methods
to_s
()
[Validate]