ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilPositionPermissionsNotActive.php
Go to the documentation of this file.
1<?php
2
9{
11 protected $object_type = "";
12
20 public function __construct($message, $type, $code = 0)
21 {
22 parent::__construct($message, $code);
23
24 $this->object_type = $type;
25 }
26
27
31 public function getObjectType()
32 {
33 return $this->object_type;
34 }
35}
An exception for terminatinating execution or to throw for unit testing.
Class ilOrguException.
Class ilPositionPermissionsNotActive.
__construct($message, $type, $code=0)
ilPositionPermissionsNotActive constructor.
$code
Definition: example_050.php:99
catch(Exception $e) $message
$type