Extends
lithium\console\ResponseSource
public function error($error) {
return $this->error .= String::insert($error, $this->styles(false));
}
public function error($error) {
return $this->error .= String::insert($error, $this->styles(false));
}