Exemple #1
0
 /**
  * Set the desired timeout for cURL connection when notifying bugsnag
  *
  * @param Integer $timeout the desired timeout in seconds
  * @static 
  */
 public static function setTimeout($timeout)
 {
     return \Bugsnag_Client::setTimeout($timeout);
 }