ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
SimpleSAML\Error\CannotSetCookie Class Reference
+ Inheritance diagram for SimpleSAML\Error\CannotSetCookie:
+ Collaboration diagram for SimpleSAML\Error\CannotSetCookie:

Data Fields

const UNKNOWN = 0
 
const HEADERS_SENT = 1
 
const SECURE_COOKIE = 2
 

Additional Inherited Members

- Public Member Functions inherited from SimpleSAML_Error_Exception
 __construct ($message, $code=0, Exception $cause=null)
 Constructor for this error. More...
 
 getBacktrace ()
 Retrieve the backtrace. More...
 
 getCause ()
 Retrieve the cause of this exception. More...
 
 getClass ()
 Retrieve the class of this exception. More...
 
 format ($anonymize=false)
 Format this exception for logging. More...
 
 formatBacktrace ($anonymize=false)
 Format the backtrace for logging. More...
 
 log ($default_level)
 Print the exception to the log, by default with log level error. More...
 
 logError ()
 Print the exception to the log with log level error. More...
 
 logWarning ()
 Print the exception to the log with log level warning. More...
 
 logInfo ()
 Print the exception to the log with log level info. More...
 
 logDebug ()
 Print the exception to the log with log level debug. More...
 
 __sleep ()
 Function for serialization. More...
 
- Static Public Member Functions inherited from SimpleSAML_Error_Exception
static fromException (Exception $e)
 Convert any exception into a SimpleSAML_Error_Exception. More...
 
- Protected Member Functions inherited from SimpleSAML_Error_Exception
 initBacktrace (Exception $exception)
 Load the backtrace from the given exception. More...
 
 logBacktrace ($level=\SimpleSAML\Logger::DEBUG)
 Print the backtrace to the log if the 'debug' option is enabled in the configuration. More...
 

Detailed Description

Definition at line 12 of file CannotSetCookie.php.

Field Documentation

◆ HEADERS_SENT

const SimpleSAML\Error\CannotSetCookie::HEADERS_SENT = 1

Definition at line 28 of file CannotSetCookie.php.

◆ SECURE_COOKIE

const SimpleSAML\Error\CannotSetCookie::SECURE_COOKIE = 2

Definition at line 35 of file CannotSetCookie.php.

Referenced by SimpleSAML_Session\getSessionFromRequest().

◆ UNKNOWN

const SimpleSAML\Error\CannotSetCookie::UNKNOWN = 0

Definition at line 20 of file CannotSetCookie.php.


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