catch invalid_handle on add_torrent

This commit is contained in:
Marcos Pinto 2007-11-26 02:04:55 +00:00
parent 776ed5a9d8
commit b7983a5ab4
1 changed files with 3 additions and 0 deletions

View File

@ -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