mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +00:00
catch invalid_handle on add_torrent
This commit is contained in:
parent
776ed5a9d8
commit
b7983a5ab4
1 changed files with 3 additions and 0 deletions
|
@ -238,6 +238,9 @@ boost::filesystem::path const& save_path)
|
||||||
catch (invalid_encoding&)
|
catch (invalid_encoding&)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
catch (invalid_handle&)
|
||||||
|
{
|
||||||
|
}
|
||||||
catch (boost::filesystem::filesystem_error&) {}
|
catch (boost::filesystem::filesystem_error&) {}
|
||||||
|
|
||||||
// Create new torrent object
|
// Create new torrent object
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue