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

VESPA_DEFINE_EXCEPTION(CryptoException, Exception);

}