package SPVM::Error;

1;

=head1 Name

SPVM::Error - Error

=head1 Usage

  use Error;

=head1 Description

The Error class in L<SPVM> represents errors.

=head1 Well Known Child Classes

=over 2

=item * L<Error::System|SPVM::Error::System>

=item * L<Error::Compile|SPVM::Error::Compile>

=item * L<Error::NotSupported|SPVM::Error::NotSupported>

=item * L<Error::Unicode::InvalidUTF8|SPVM::Error::Unicode::InvalidUTF8>

=back

=head1 Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License