lithium\tests\mocks\console\MockResponse::error PHP Метод

error() публичный Метод

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