ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
NoPassive.php
Go to the documentation of this file.
1<?php
10
12
14{
24 public function __construct($responsible, $message = null, \Exception $cause = null)
25 {
26 parent::__construct($responsible, Constants::STATUS_NO_PASSIVE, $message, $cause);
27 }
28}
An exception for terminatinating execution or to throw for unit testing.
const STATUS_NO_PASSIVE
Indicates the responding provider cannot authenticate the principal passively, as has been requested.
Definition: Constants.php:323
__construct($responsible, $message=null, \Exception $cause=null)
NoPassive error constructor.
Definition: NoPassive.php:24
catch(Exception $e) $message