HumHub Documentation (unofficial)

InvalidJobException extends Exception
in package

Invalid Job Exception.

Throws when serialized message cannot be unserialized to a job.

Tags
author

Roman Zhuravlev zhuravljov@gmail.com

since
2.1.1

Table of Contents

Properties

$serialized  : string

Methods

__construct()  : mixed
getSerialized()  : string

Properties

Methods

__construct()

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

getSerialized()

public final getSerialized() : string
Return values
string

of serialized message that cannot be unserialized to a job


        
On this page

Search results