File indexing completed on 2024-06-09 05:17:18

0001 /* -*- mode: c++; c-basic-offset:4 -*-
0002     exception.cpp
0003 
0004     This file is part of libkleopatra, the KDE keymanagement library
0005     SPDX-FileCopyrightText: 2008 Klarälvdalens Datakonsult AB
0006 
0007     SPDX-License-Identifier: GPL-2.0-or-later
0008 */
0009 
0010 #include <config-libkleo.h>
0011 
0012 #include "kleoexception.h"
0013 
0014 Kleo::Exception::~Exception() throw()
0015 {
0016 }