public function __construct()
 {
     parent::__construct("Communication over HTTPS is required.");
 }
Ejemplo n.º 2
0
 public function __construct($userID)
 {
     eZLog::write(__METHOD__ . " : Provided user #{$userID} was not found and could not be logged in", 'error.log');
     parent::__construct('Provided user was not found');
 }
Ejemplo n.º 3
0
 public function __construct($missingFilter)
 {
     parent::__construct("Could not find filter {$missingFilter} in the system. Are your settings correct?");
 }
 public function __construct($providerName)
 {
     parent::__construct("The API provider '{$providerName}' could not be found.");
 }
 public function __construct()
 {
     parent::__construct("Selected authentication style was not found");
 }
Ejemplo n.º 6
0
 public function __construct()
 {
     parent::__construct("Missing parameter for filter constructor.");
 }
 public function __construct()
 {
     parent::__construct( "Could not find the route security filter." );
 }
 public function __construct( $renderer )
 {
     parent::__construct( "The output content renderer '{$renderer}' could not be found." );
 }