aboutsummaryrefslogtreecommitdiffstats
path: root/persistence/src/vespa/persistence/spi/exceptions.cpp
blob: 640d7b0f85f6d7e63eb20c86320e51f789c298d0 (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 "exceptions.h"

namespace storage::spi {

VESPA_IMPLEMENT_EXCEPTION(HandledException, vespalib::Exception);

}