Пример #1
0
 /**
  *
  */
 public function __construct()
 {
     try {
         ParseHelper::prepareRequest();
     } catch (\Exception $ex) {
         return new ParseResponse($ex);
     }
 }