class Illuminate / Queue / InvalidPayloadException
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

InvalidPayloadException

Extends

Properties

public

$value mixed

The value that failed to decode.

Default: null

Methods

public

__construct ( $message , $value ) : void

Create a new exception instance.

Parameters

  • $message string|null
  • $value mixed