ILIAS
release_4-4 Revision
◀ ilDoc Overview
class.ilMembershipRegistrationException.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
include_once
'./Services/Exceptions/classes/class.ilException.php'
;
14
class
ilMembershipRegistrationException
extends
ilException
15
{
19
public
function
__construct
($a_message, $a_code = 0)
20
{
21
parent::__construct($a_message,$a_code);
22
}
23
}
24
?>
ilException
Base class for ILIAS Exception handling.
Definition:
class.ilException.php:34
ilMembershipRegistrationException\__construct
__construct($a_message, $a_code=0)
Constructor.
Definition:
class.ilMembershipRegistrationException.php:19
ilMembershipRegistrationException
membership registration exception
Definition:
class.ilMembershipRegistrationException.php:14
Services
Membership
exceptions
class.ilMembershipRegistrationException.php
Generated on Mon Dec 21 2020 19:01:18 for ILIAS by
1.8.13 (using
Doxyfile
)