Class KerioApiException
Kerio API Exception Class.
This class extends Exception class to provide CSS-based error message formating.
- Exception
-
KerioApiException
Copyright:
Copyright © 2012-2012 Kerio Technologies s.r.o.
License: http://www.kerio.com/developers/license/sdk-agreement
Version: 1.4.0.234
Located at class/KerioApiException.php
License: http://www.kerio.com/developers/license/sdk-agreement
Version: 1.4.0.234
Located at class/KerioApiException.php
Methods summary
public
|
#
KerioApiException( string $message, mixed $code = '', array $positionalParameters = '', mixed $request = '', mixed $response = '' )
Exception contructor. |
public
string
|
|
public
string
|
Methods inherited from Exception
__construct(),
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
Magic methods summary
Properties summary
protected
integer
|
$code |
#
Error code |
protected
string
|
$message |
#
Error message |
protected
string
|
$request |
#
Request message |
protected
string
|
$response |
#
Response message |