Skip to content
Snippets Groups Projects
Commit 483583e4 authored by Jan-hinnerk Vogel's avatar Jan-hinnerk Vogel
Browse files

now imports throw() method out of Bio::EnsEMBL::Utils::Exception to
properly compile after changes done on  29-Oct-08 r 1.27
parent a0ce0766
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ package Bio::EnsEMBL::DBSQL::StatementHandle;
use vars qw(@ISA);
use strict;
use Bio::EnsEMBL::Utils::Exception qw(warning stack_trace_dump);
use Bio::EnsEMBL::Utils::Exception qw(warning throw);
use DBD::mysql;
use DBI;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment