aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/select/parsing_failed_exception.h
blob: e9726a4865b1f4f2c3685db40b56eefb98cb1d31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Vespa.ai. 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);

}