aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/docstore/summaryexceptions.h
blob: c0f518d7db2f9b77d638d0077938fdbcabbb0f76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

#include <vespa/vespalib/util/exceptions.h>

class FastOS_FileInterface;

namespace search {

class SummaryException : public vespalib::IoException
{
public:
    SummaryException(vespalib::stringref msg, FastOS_FileInterface & file, vespalib::stringref location);
};

} // namespace search