## This file generated by InlineX::C2XS (version 0.25) using Inline::C (version 0.78)
package Bio::PhyloXS::Util::Exceptions;

require Exporter;
*import = \&Exporter::import;
require DynaLoader;

our $VERSION = 'v0.1.0';
$VERSION = eval $VERSION;
DynaLoader::bootstrap Bio::PhyloXS::Util::Exceptions $VERSION;

@Bio::PhyloXS::Util::Exceptions::EXPORT = ();
@Bio::PhyloXS::Util::Exceptions::EXPORT_OK = ();

sub dl_load_flags {0} # Prevent DynaLoader from complaining and croaking
use base 'Bio::Phylo::Util::Exceptions';

sub Bio::Phylo::Util::Exceptions::error {
	Bio::PhyloXS::Util::Exceptions::error(shift);
}

sub Bio::Phylo::Util::Exceptions::trace {
	Bio::Phylo::Util::StackTrace->new;
}

__PACKAGE__