Documentation

UnavailableFeature extends Exception
in package

StreamFilterSupportMissing Exception.

Table of Contents

Methods

__construct()  : mixed
DEPRECATION WARNING! This class will be removed in the next major point release.
dueToMissingStreamSeekability()  : self
dueToUnsupportedStreamFilterApi()  : self

Methods

__construct()

DEPRECATION WARNING! This class will be removed in the next major point release.

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

since version 9.7.0

Parameters
$message : string = ''
$code : int = 0
$previous : Throwable|null = null

dueToMissingStreamSeekability()

public static dueToMissingStreamSeekability() : self
Return values
self

dueToUnsupportedStreamFilterApi()

public static dueToUnsupportedStreamFilterApi(string $className) : self
Parameters
$className : string
Return values
self

        
On this page

Search results