BioX-Workflow-Command

 view release on metacpan or  search on metacpan

lib/BioX/Workflow/Command/run/Rules/Directives/Exceptions/SyntaxError.pm  view on Meta::CPAN

package BioX::Workflow::Command::run::Rules::Directives::Exceptions::SyntaxError;

use Moose;
use namespace::autoclean;

extends 'BioX::Workflow::Command::Exceptions';

sub BUILD {
  my $self = shift;
}

1;



( run in 0.777 second using v1.01-cache-2.11-cpan-39bf76dae61 )