Example #1
0
 /**
  * Send info about exception to error log
  * @param \Exception $e
  */
 public static function log(\Exception $e)
 {
     $handle = new self();
     $handle->exception($e, false);
 }