error() public method

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