lithium\tests\mocks\console\MockResponse::error PHP 메소드

error() 공개 메소드

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