Swift_IoException
extends Swift_SwiftException
in package
I/O Exception class.
Tags
Table of Contents
- __construct() : mixed
- Create a new IoException with $message.
Methods
__construct()
Create a new IoException with $message.
public
__construct(string $message, int $code[, Exception $previous = null ]) : mixed
Parameters
- $message : string
- $code : int
- $previous : Exception = null