Documentation

ActionScheduler_InvalidActionException extends InvalidArgumentException implements ActionScheduler_Exception

InvalidAction Exception.

Used for identifying actions that are invalid in some way.

Interfaces, Classes and Traits

ActionScheduler_Exception
ActionScheduler Exception Interface.

Table of Contents

from_decoding_args()  : static
Create a new exception when the action's args cannot be decoded to an array.

Methods

from_decoding_args()

Create a new exception when the action's args cannot be decoded to an array.

public static from_decoding_args(string $action_id) : static
Parameters
$action_id : string

The action ID with bad args.

Tags
author

Jeremy Pry

Return values
static

Search results