Skip to content

Latest commit

 

History

History
61 lines (31 loc) · 1.27 KB

X.md

File metadata and controls

61 lines (31 loc) · 1.27 KB

NAME

Test::Async::X - collection of Test::Async exceptions

DESCRIPTION

All exceptions are based upon Test::Async::X class. The class has and requires a single attribute $.suite which points at the suite object which thrown the exception. The recommended method throw of Test::Async::Hub sets the attribute automatically.

EXPORTED EXCEPTIONS

  • Test::Async::X::AwaitTimeout

  • Test::Async::X::AwaitWithPostponed

  • Test::Async::X::BadPostEvent

  • Test::Async::X::JobInactive

  • Test::Async::X::NoJobId

  • Test::Async::X::NoToolCaller

  • Test::Async::X::PlanRequired

  • Test::Async::X::StageTransition

  • Test::Async::X::WhenCondition

  • Test::Async::X::TransparentWithoutParent

  • Test::Async::X::FileOp

    • Test::Async::X::FileCreate

    • Test::Async::X::FileClose

    • Test::Async::X::FileWrite

    • Test::Async::X::FileRead

SEE ALSO

COPYRIGHT

(c) 2020-2023, Vadim Belman [email protected]

LICENSE

Artistic License 2.0

See the LICENSE file in this distribution.