Skip to content
Snippets Groups Projects
Commit 8d6dd221 authored by Abel Ureta-Vidal's avatar Abel Ureta-Vidal
Browse files

Added a use Bio::EnsEMBL::Utils::Exception statement as some of the method e.g...

Added a use Bio::EnsEMBL::Utils::Exception statement as some of the method e.g throw from this module are used
parent 12d4a7a1
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ package Bio::EnsEMBL::DBSQL::AnalysisAdaptor;
use Bio::EnsEMBL::Analysis;
use Bio::EnsEMBL::DBSQL::BaseAdaptor;
use Bio::EnsEMBL::Utils::Exception;
use vars qw(@ISA);
use strict;
......
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