Documentation

SessionException extends FrameworkException
in package

Class FrameworkException

A collection of exceptions thrown by the framework that can only be determined at run time.

Table of Contents

__construct()  : mixed
Tweaks the exception's constructor to assign the file/line to where it is actually raised rather than were it is instantiated.
forCopyError()  : mixed
forEmptySavepath()  : mixed
forEnabledZlibOutputCompression()  : mixed
forFabricatorCreateFailed()  : mixed
forInvalidFile()  : mixed
forInvalidSameSiteSetting()  : mixed
forInvalidSavePath()  : mixed
forInvalidSavePathFormat()  : mixed
forMissingDatabaseTable()  : mixed
forMissingExtension()  : mixed
forNoHandlers()  : mixed
forWriteProtectedSavePath()  : mixed

Methods

__construct()

Tweaks the exception's constructor to assign the file/line to where it is actually raised rather than were it is instantiated.

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

forCopyError()

public static forCopyError(string $path) : mixed
Parameters
$path : string
Return values
mixed

forEmptySavepath()

public static forEmptySavepath() : mixed
Return values
mixed

forEnabledZlibOutputCompression()

public static forEnabledZlibOutputCompression() : mixed
Return values
mixed

forFabricatorCreateFailed()

public static forFabricatorCreateFailed(string $table, string $reason) : mixed
Parameters
$table : string
$reason : string
Return values
mixed

forInvalidFile()

public static forInvalidFile(string $path) : mixed
Parameters
$path : string
Return values
mixed

forInvalidSameSiteSetting()

public static forInvalidSameSiteSetting(string $samesite) : mixed
Parameters
$samesite : string
Tags
deprecated
codeCoverageIgnore
Return values
mixed

forInvalidSavePath()

public static forInvalidSavePath([string $path = null ]) : mixed
Parameters
$path : string = null
Return values
mixed

forInvalidSavePathFormat()

public static forInvalidSavePathFormat(string $path) : mixed
Parameters
$path : string
Return values
mixed

forMissingDatabaseTable()

public static forMissingDatabaseTable() : mixed
Return values
mixed

forMissingExtension()

public static forMissingExtension(string $extension) : mixed
Parameters
$extension : string
Return values
mixed

forNoHandlers()

public static forNoHandlers(string $class) : mixed
Parameters
$class : string
Return values
mixed

forWriteProtectedSavePath()

public static forWriteProtectedSavePath([string $path = null ]) : mixed
Parameters
$path : string = null
Return values
mixed

Search results