NAME
Zing::Error - Exception Class
ABSTRACT
Generic Exception Class
SYNOPSIS
use Zing::Error;
my $error = Zing::Error->new(
message => 'Oops',
);
# die $error;
DESCRIPTION
This package provides a generic Zing exception class.
INHERITS
This package inherits behaviors from:
LIBRARIES
This package uses type constraints from:
AUTHOR
Al Newkirk, awncorp@cpan.org
LICENSE
Copyright (C) 2011-2019, Al Newkirk, et al.
This is free software; you can redistribute it and/or modify it under the terms of the The Apache License, Version 2.0, as elucidated in the "license file".