Test::Timer::TimeoutException - exception class for Test::Timer
Contents
Bugs And Limitations
This class holds no known bugs or limitations.
Configuration And Environment
This module requires no special configuration or environment.
Dependencies
• Error
Description
This is an exception class for Test::Timer. It is used in conjunction with the alarm signal and is thrown
if the alarm is set of.
Diagnostics
This is an exception class, it holds not special diagnostics apart from what is described above in the
general description.
Incompatibilities
This class holds no known incompatibilities.
License And Copyright
Test::Timer and related modules are (C) by Jonas B. Nielsen, (jonasbn) 2007-2017
Test::Timer and related modules are released under the Artistic License 2.0
Used distributions are under copyright of there respective authors and designated licenses
Image used on website <https://jonasbn.github.io/perl-test-timer/> is under copyright by Veri Ivanova
<https://unsplash.com/@veri_ivanova?photo=p3Pj7jOYvnM>
perl v5.36.0 2022-10-13 Test::Timer::TimeoutException(3pm)
Name
Test::Timer::TimeoutException - exception class for Test::Timer
See Also
• Test::Timer
Subroutines/Methods
new
This is the constructor, this is called using throw, please refer to the documentation for Error, see
also the SYNOPSIS.
Synopsis
use Test::Timer::TimeoutException;
throw Test::Timer::TimeoutException($timeout);
Test And Quality
This class is tested as part of Test::Timer
Version
This documentation describes 2.12 of Test::Timer::TimeoutException
