ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ilRpcClientException Class Reference

Class ilRpcClientException. More...

+ Inheritance diagram for ilRpcClientException:
+ Collaboration diagram for ilRpcClientException:

Public Member Functions

 __construct ($a_message, $a_errno=0)
 Constructor. More...
 
- Public Member Functions inherited from ilException
 __construct ($a_message, $a_code=0)
 A message isn't optional as in build in class Exception. More...
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilRpcClientException::__construct (   $a_message,
  $a_errno = 0 
)

Constructor.

public

Parameters
string$a_message
int$a_errno

Definition at line 23 of file class.ilRpcClientException.php.

References ILIAS\GlobalScreen\Provider\__construct().

24  {
25  parent::__construct($a_message, $a_errno);
26  }
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: