Class Swift_SwiftException

InheritanceSwift_SwiftException » Exception
SubclassesSwift_DependencyException, Swift_IoException, Swift_Plugins_Pop_Pop3Exception, Swift_RfcComplianceException, Swift_TransportException

Base Exception class.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__construct() Create a new SwiftException with $message. Swift_SwiftException

Method Details

__construct() public method

Create a new SwiftException with $message.

public void __construct ( $message, $code 0, Exception $previous null )
$message string
$code int
$previous Exception