aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/crypto/crypto_exception.h
blob: 49002fd8f15a014e0be0ff0441c5c842c8869ee5 (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 vespalib::crypto {

VESPA_DEFINE_EXCEPTION(CryptoException, Exception);

}