ManaPHP\Cli\ConsoleInterface::error PHP Method

error() public method

public error ( string $str, array $context = [], integer $code = 1 ) : integer
$str string
$context array
$code integer
return integer
    public function error($str, $context = [], $code = 1);