Documentation

FileException extends RuntimeException
in package
implements ExceptionInterface Uses DebugTraceableTrait

Interfaces, Classes and Traits

ExceptionInterface
Provides a domain-level interface for broad capture of all framework-related exceptions.

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.
forUnableToMove()  : 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

forUnableToMove()

public static forUnableToMove([string $from = null ][, string $to = null ][, string $error = null ]) : mixed
Parameters
$from : string = null
$to : string = null
$error : string = null
Return values
mixed

Search results