PEAR_ErrorStack::staticPop()
--
Static version of
pop()
Description
Pop an error off of the error stack, static method
Parameter
- string
$package
Package name to retrieve error message from
Return value
returns
if compatibility mode is on,
a PEAR_Error is also thrown.
Throws
No exceptions thrown.
Note
This function should be called
statically.