__construct()
__construct(string $source, string $destination, integer $code, \Exception $previous = null)
Parameters
string | $source | The fully qualified source file name |
string | $destination | The fully qualified destination file name |
integer | $code | The user defined exception code |
\Exception | $previous | The previous exception used for the exception chaining |