Contents ../ lithium\console\Response::error() public method Writes string to error stream Parameters string $error Returns mixed Source public function error($error) { return fwrite($this->error, Text::insert($error, $this->styles())); }