LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
RPCException.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace logicalaccess
6{
7namespace iks
8{
10{
11 public:
12 explicit RPCException(const std::string &message)
14 {
15 }
16};
17};
18}
A liblogicalaccess exception class.
Definition: myexception.hpp:22
Definition: RPCException.hpp:10
RPCException(const std::string &message)
Definition: RPCException.hpp:12
Definition: asn1.hpp:9