chore: remove unused XSubscription class

This commit is contained in:
sithlord48
2025-06-30 07:46:25 -04:00
committed by Nick Bolton
parent e06b6b0be4
commit 872db8910e

View File

@ -17,14 +17,6 @@ class XDeskflow : public XBase
using XBase::XBase;
};
/**
* @brief XSubscription - Thrown when there is a problem with the subscription.
*/
class XSubscription : public XDeskflow
{
using XDeskflow::XDeskflow;
};
/**
* @brief XBadClient - Thrown when the client fails to follow the protocol.
*/