catch invalid_handle on add_torrent
This commit is contained in:
parent
d8681a0593
commit
804b534009
@ -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