/usr/local/CPAN/PerlActor/PerlActor/Exception/NotImplemented.pm


package PerlActor::Exception::NotImplemented;
use base 'PerlActor::Exception';

# Keep Perl happy.
1;