TYPO3  7.6
Public Member Functions | List of all members
Swift_DependencyException Class Reference
Inheritance diagram for Swift_DependencyException:
Swift_SwiftException

Public Member Functions

 __construct ($message)
 
- Public Member Functions inherited from Swift_SwiftException
 __construct ($message, $code=0, Exception $previous=null)
 

Detailed Description

DependencyException gets thrown when a requested dependency is missing.

Author
Chris Corbyn

Definition at line 16 of file DependencyException.php.

Constructor & Destructor Documentation

__construct (   $message)

Create a new DependencyException with $message.

Parameters
string$message

Definition at line 23 of file DependencyException.php.