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…
Reference in New Issue