ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
ilECSConnectorException Class Reference
+ Inheritance diagram for ilECSConnectorException:
+ Collaboration diagram for ilECSConnectorException:

Public Member Functions

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

Detailed Description

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
$Id$

Definition at line 36 of file class.ilECSConnectorException.php.

Constructor & Destructor Documentation

◆ __construct()

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

Constructor.

public

Parameters
stringmessage
interrno

Definition at line 46 of file class.ilECSConnectorException.php.

References ILIAS\GlobalScreen\Provider\__construct().

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

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