ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
MetadataNotFound.php
Go to the documentation of this file.
1<?php
2
9
10
16 public function __construct($entityId) {
17 assert('is_string($entityId)');
18
19 $this->includeTemplate = 'core:no_metadata.tpl.php';
20 parent::__construct(array(
21 'METADATANOTFOUND',
22 '%ENTITYID%' => htmlspecialchars(var_export($entityId, TRUE))
23 ));
24 }
25
26}
An exception for terminatinating execution or to throw for unit testing.
__construct($entityId)
Create the error.
if( $source===null) if(!($source instanceof sspmod_saml_Auth_Source_SP)) $entityId
Definition: metadata.php:22