NAME
Clang::CastXML::Exception::ProcessException::BadCastXMLVersionException - Exception for when we can't find the CastXML version
VERSION
version 0.02
DESCRIPTION
This class represents an exception when trying to determine the CastXML version.
EXTENDS
This class extends Clang::CastXML::Exception::ProcessException.
METHODS
message
my $message = $ex->message;
Returns the exception message.
SEE ALSO
Clang::CastXML, Clang::CastXML::Exception, Clang::CastXML::Exception::ProcessException
AUTHOR
Graham Ollis <plicease@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2020 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.