aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/select/parsing_failed_exception.h
blob: c0cba4246ec1a48e8b53ee22e24fbf3a6a0a4eda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once

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

namespace document::select {

VESPA_DEFINE_EXCEPTION(ParsingFailedException, vespalib::Exception);

}