Documentation

Swift_SwiftException extends Exception
in package

Base Exception class.

Tags
author

Chris Corbyn

Table of Contents

__construct()  : mixed
Create a new SwiftException with $message.

Methods

__construct()

Create a new SwiftException with $message.

public __construct(string $message, int $code[, Exception $previous = null ]) : mixed
Parameters
$message : string
$code : int
$previous : Exception = null
Return values
mixed

Search results