PostNuke Help |
||
|---|---|---|
Previous |
Next |
|
return current exception identifier
pnExceptionId() returns the string identifying the exception. The character string contains the ID for the exception (its PHP class name).
This function returns the current exception identifier. If invoked when no exception was raised a void value is returned.
pnExceptionFree(), pnExceptionMajor(), pnExceptionSet(), pnExceptionValue()
Previous |
Next |