aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/select/parsing_failed_exception.cpp
blob: 6d583c59a113c3597d805854fb7006f81ab89b37 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "parsing_failed_exception.h"
#include <vespa/document/base/exceptions.h>

namespace document::select {

VESPA_IMPLEMENT_EXCEPTION(ParsingFailedException, vespalib::Exception);

}