S3Exception
extends Exception
in package
S3 exception class
Tags
Table of Contents
Methods
- __construct() : mixed
- Class constructor
Methods
__construct()
Class constructor
public
__construct(string $message, string $file, string $line[, int $code = 0 ]) : mixed
Parameters
- $message : string
-
Exception message
- $file : string
-
File in which exception was created
- $line : string
-
Line number on which exception was created
- $code : int = 0
-
Exception code