lib/punchblock/protocol_error.rb in punchblock-0.9.2 vs lib/punchblock/protocol_error.rb in punchblock-0.10.0

- old
+ new

@@ -1,4 +1,6 @@ +# encoding: utf-8 + module Punchblock ## # This exception may be raised if a transport error is detected. class ProtocolError < StandardError attr_accessor :name, :text, :call_id, :component_id