Example #1
0
 protected internal string RPCRequest(string url, string data)
 {
     try
     {
         return(PRequest.StringRequest(url, data));
     }
     catch (Exception e)
     {
         Log.O(e.ToString());
         throw new PandoraException(ErrorCodes.ERROR_RPC, e);
     }
 }