SlotFlow API Documentation

SlotFlowInvalidArgumentException extends InvalidArgumentException
in package
implements SlotFlowExceptionInterface

Raised when a SlotFlow API is called with invalid or inconsistent arguments.

Table of Contents

Interfaces

SlotFlowExceptionInterface
Marker interface for all exceptions thrown by the SlotFlow library.

Properties

$debugContext  : array<string|int, mixed>

Methods

__construct()  : mixed
debugContext()  : array<string, mixed>
Return structured details about the invalid arguments that caused the exception.

Properties

Methods

__construct()

public __construct([string $message = '' ][, array<string, mixed> $debugContext = [] ][, int $code = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
$message : string = ''
$debugContext : array<string, mixed> = []
$code : int = 0
$previous : Throwable|null = null

debugContext()

Return structured details about the invalid arguments that caused the exception.

public debugContext() : array<string, mixed>
Attributes
#[Override]
Return values
array<string, mixed>

        
On this page

Search results