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, String::insert($error, $this->styles()));
	}