# fluentform/6.2.12/app/Services/Libraries/action-scheduler/classes/ActionScheduler_Exception.php

Fluent Forms – Customizable Contact Forms, Survey, Quiz, &amp; Conversational Form Builder, version 6.2.12. 12 lines.

- Page: https://pluginprobe.com/plugins/fluentform/6.2.12/code/app/Services/Libraries/action-scheduler/classes/ActionScheduler_Exception.php
- Raw: https://pluginprobe.com/plugins/fluentform/6.2.12/raw/app/Services/Libraries/action-scheduler/classes/ActionScheduler_Exception.php
- Modified: 2023-07-18T12:22:42+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/fluentform/6.2.12/code/app/Services/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 {}

```
