mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-13 06:20:16 +00:00
Fix CID 169527 Uncaught Exception
This commit is contained in:
@@ -325,6 +325,10 @@ void Monitor::PrintQueues()
|
|||||||
{
|
{
|
||||||
cout << "\tno queues found" << endl;
|
cout << "\tno queues found" << endl;
|
||||||
}
|
}
|
||||||
|
catch (std::out_of_range& ie)
|
||||||
|
{
|
||||||
|
cout << "\tno queues found" << endl;
|
||||||
|
}
|
||||||
|
|
||||||
cout << endl;
|
cout << endl;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user