# notifier/2.7.13/libraries/action-scheduler/classes/ActionScheduler_Exception.php

WANotifier for Forms and Actions, version 2.7.13. 12 lines.

- Page: https://pluginprobe.com/plugins/notifier/2.7.13/code/libraries/action-scheduler/classes/ActionScheduler_Exception.php
- Raw: https://pluginprobe.com/plugins/notifier/2.7.13/raw/libraries/action-scheduler/classes/ActionScheduler_Exception.php
- Modified: 2026-02-06T12:53:28+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/notifier/2.7.13/code/libraries/action-scheduler/classes/ActionScheduler_Exception.php#L10-L20`.

```php
<?php

/**
 * ActionScheduler Exception Interface.
 *
 * Facilitates catching Exceptions unique to Action Scheduler.
 *
 * @package ActionScheduler
 * @since 2.1.0
 */
interface ActionScheduler_Exception {}

```
