Documentation

Swift_DependencyException extends Swift_SwiftException
in package

DependencyException gets thrown when a requested dependency is missing.

Tags
author

Chris Corbyn

Table of Contents

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

Methods

__construct()

Create a new DependencyException with $message.

public __construct(string $message) : mixed
Parameters
$message : string
Return values
mixed

Search results