CopyFileException extends Exception
General exception
Tags
Table of Contents
- __construct() : mixed
Methods
__construct()
public
final __construct(string $source, string $destination, int $code[, Exception $previous = null ]) : mixed
Parameters
- $source : string
-
The fully qualified source file name
- $destination : string
-
The fully qualified destination file name
- $code : int
-
The user defined exception code
- $previous : Exception = null
-
The previous exception used for the exception chaining