ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilSessionConstants.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
3
8{
9 const NOTIFICATION_INHERIT_OPTION = 'notification_option_inherit';
10 const NOTIFICATION_MANUAL_OPTION = 'notification_option_manual';
11}
An exception for terminatinating execution or to throw for unit testing.