mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
POCO Redis experiment ...
This commit is contained in:
25
Redis/src/Exception.cpp
Normal file
25
Redis/src/Exception.cpp
Normal file
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// Exception.h
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// Library: Redis
|
||||
// Package: Redis
|
||||
// Module: Exception
|
||||
//
|
||||
// Implementation of the Exception class.
|
||||
//
|
||||
// Copyright (c) 2012, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
//
|
||||
// SPDX-License-Identifier: BSL-1.0
|
||||
//
|
||||
|
||||
#include "Poco/Redis/Exception.h"
|
||||
|
||||
namespace Poco {
|
||||
namespace Redis {
|
||||
|
||||
POCO_IMPLEMENT_EXCEPTION(RedisException, Exception, "Redis Exception")
|
||||
|
||||
}}
|
||||
Reference in New Issue
Block a user