Class Swift_DependencyException

InheritanceSwift_DependencyException » Swift_SwiftException » Exception

DependencyException gets thrown when a requested dependency is missing.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__construct() Create a new DependencyException with $message. Swift_DependencyException

Method Details

__construct() public method

Create a new DependencyException with $message.

public void __construct ( $message )
$message string