class Pubnub::Error::OperationError
Public Instance Methods
operation_exception()
click to toggle source
# File lib/pubnub/error.rb, line 14 def operation_exception #if @operation.present? # ("Pubnub::" + @operation.to_s.capitalize + "Error").constantize #else PubnubRequest::RequestError #end end