logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Test::Timer::TimeoutException - exception class for Test::Timer

Author

       •   Jonas B. Nielsen (jonasbn) "<jonasbn at cpan.org>"

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.

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

See Also