UnableToLinkException extends Exception
Exception which is thrown when a link could not be set
Table of Contents
Properties
- $linkText : string
Methods
- __construct() : mixed
- getLinkText() : string
- Returns the link text when the link could not been set
Properties
$linkText
protected
string
$linkText
= ''
Methods
__construct()
public
__construct([string $message = '' ][, int $code = 0 ][, Throwable|null $previous = null ][, string $linkText = '' ]) : mixed
Parameters
- $message : string = ''
- $code : int = 0
- $previous : Throwable|null = null
- $linkText : string = ''
getLinkText()
Returns the link text when the link could not been set
public
getLinkText() : string