cancel operation

This commit is contained in:
Антон 2024-04-06 08:42:07 +03:00
parent b96e9e885f
commit 4c0d119fbd

View File

@ -71,6 +71,6 @@ int main()
} }
catch (const sys::system_error& err) catch (const sys::system_error& err)
{ {
cout << "Error!" << err.what() << endl;
} }
} }