mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-12 16:21:13 +00:00
Fix CID 169527 Uncaught Exception
This commit is contained in:
parent
a9ac1fa91c
commit
2d4282c62d
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user