class Blather::ParseError

Something bad happened while parsing the incoming stream

@handler :parse_error

Attributes

message[R]

Public Class Methods

new(msg) click to toggle source
# File lib/blather/errors.rb, line 64
def initialize(msg)
  @message = msg.to_s
end