mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 13:56:47 +00:00
catch invalid_handle on add_torrent
This commit is contained in:
parent
776ed5a9d8
commit
b7983a5ab4
@ -238,6 +238,9 @@ boost::filesystem::path const& save_path)
|
||||
catch (invalid_encoding&)
|
||||
{
|
||||
}
|
||||
catch (invalid_handle&)
|
||||
{
|
||||
}
|
||||
catch (boost::filesystem::filesystem_error&) {}
|
||||
|
||||
// Create new torrent object
|
||||
|
Loading…
x
Reference in New Issue
Block a user