aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/docstore/summaryexceptions.h
blob: 58e441f0a086481a9c504eb9a218791cc45d0165 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright 2017 Yahoo Holdings. 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, const vespalib::stringref &location);
};

} // namespace search