mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-27 19:13:01 +01:00
using only sls exceptions
This commit is contained in:
@@ -30,6 +30,12 @@ public:
|
||||
|
||||
};
|
||||
|
||||
struct ZmqSocketError : public RuntimeError {
|
||||
public:
|
||||
ZmqSocketError(std::string msg):RuntimeError(msg) {}
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user