package Rapi::Blog::PreAuth::Actor::Error::Invalid;
use strict;
use warnings;

# ABSTRACT: Invalid error class for preauth Actors

use Moo;
extends 'Rapi::Blog::PreAuth::Actor::Error';


1;


__END__

=head1 NAME

Rapi::Blog::PreAuth::Actor::Error::Invalid - Invalid error class


=head1 DESCRIPTION

This is an internal class and is not intended to be used directly. 

=head1 SEE ALSO

=over

=item * 

L<Rapi::Blog>

=back

=head1 AUTHOR

Henry Van Styn <vanstyn@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2019 by IntelliTree Solutions llc.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut