40 '%AUTHSOURCE%' => htmlspecialchars(var_export($this->authsource,
true)),
41 '%REASON%' => htmlspecialchars(var_export($this->reason,
true))
46 $this->message =
"Error with authentication source '$authsource': $reason";
__construct($authsource, $reason, $cause=null)
Create a new AuthSource error.
getReason()
Retrieve the reason why the request was invalid.
getAuthSource()
Retrieve the authsource module name from where this error was thrown.
$authsource
Authsource module name.
$reason
Reason why this request was invalid.