lithium\tests\mocks\console\MockResponse::error PHP Method

error() public method

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