Documentation

ResumeTokenException extends RuntimeException
in package

Table of Contents

invalidType()  : self
Thrown when a resume token has an invalid type.
notFound()  : self
Thrown when a resume token is not found in a change document.

Methods

invalidType()

Thrown when a resume token has an invalid type.

public static invalidType(mixed $value) : self
Parameters
$value : mixed

Actual value (used to derive the type)

Return values
self

notFound()

Thrown when a resume token is not found in a change document.

public static notFound() : self
Return values
self

Search results