error() public méthode

public error ( $message, array $context = [] )
$context array
 /**
  * 
  *
  * @static 
  */
 public static function error($message, $context = array())
 {
     return \Clockwork\Clockwork::error($message, $context);
 }