Пример #1
0
 /**
  * Set a context representing the current type of request, or location in code.
  *
  * @param String $context the current context
  * @static 
  */
 public static function setContext($context)
 {
     return \Bugsnag_Client::setContext($context);
 }