class Plum::LegacyHTTPError

Attributes

buf[R]

Public Class Methods

new(message, buf = nil) click to toggle source
Calls superclass method
# File lib/plum/errors.rb, line 48
def initialize(message, buf = nil)
  super(message)
  @buf = buf
end