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
selfdueToUnsupportedStreamFilterApi()
public
static dueToUnsupportedStreamFilterApi(string $className) : self
Parameters
- $className : string