xplo.re Medusa Core Framework 3.2
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Event
  • Todo
  • Download

Namespaces

  • Core
    • Authentication
      • Auto
        • Driver
      • Driver
    • Cache
      • Driver
    • Charset
      • Driver
    • Configuration
      • Driver
    • Controller
    • Converter
      • Driver
    • Decoder
      • Driver
    • Encoder
      • Driver
    • Env
      • Authentication
      • Locale
      • Proxy
      • Server
        • HTTP
        • Redirect
        • X
    • Exception
    • Exchange
      • Driver
    • Fault
      • Formatter
        • Driver
      • Incident
        • Exception
      • Reporter
        • Driver
    • Field
    • Filter
      • Driver
    • Formatter
      • Driver
        • coreuimarkup
          • Token
    • Hash
    • Loader
    • Locale
    • Log
      • Driver
    • Module
      • Dependency
        • Requirement
          • Core
          • PHP
      • Linkage
        • Driver
    • PDF
    • Plugin
    • Query
      • Driver
    • Server
      • Driver
    • Session
      • Driver
    • Set
    • Storage
      • Driver
      • Field
        • Element
    • Stream
      • Driver
    • String
    • Translation
      • Driver
      • Language
        • Driver
    • Type
    • URI
      • Driver
    • Version
    • View
      • Driver
        • coreui
          • Control
            • Button
            • Table
          • Element
        • htmlbuilder
          • Tags
        • yui
          • Modules
  • None
  • PHP

Exceptions

  • BadFunctionCall
  • BadMethodCall
  • Configuration
  • Delegate
  • HTTPHeaders
  • Inconsistency
  • InvalidArgument
  • InvalidClassName
  • InvalidDriver
  • IO
  • Loader
  • MissingParameter
  • MutationAttempt
  • OutOfBounds
  • Parameter
  • Remote
  • Runtime
  • Storage
  • Stream
  • UndefinedKey
  • UnexpectedValue
  • Unsupported

Class HTTPHeaders

HTTP headers exception. Raised on header modification attempts after headers have been sent to the client.

Exception implements Throwable
Extended by Core\Exception
Extended by Core\Exception\Runtime
Extended by Core\Exception\HTTPHeaders
Namespace: Core\Exception
Package: Core\Exception
Since: 3.0
Requires: PHP 5.3
Version: 1.1
Located at Exception/HTTPHeaders.inc.php

Methods summary

public
# __construct( string $message = '', integer $errorCode = 0, Exception $previous = null, array $context = null )

Initialises a new exception instance. Automatically extends the exception description with the name and line number of the file that caused a headers output.

Initialises a new exception instance. Automatically extends the exception description with the name and line number of the file that caused a headers output.

Parameters

$message
An optional short description on the reason for the exception.
$errorCode
An optional application-specific numeric error code.
$previous

An optional, previous related exception in a chain of exceptions. Used for debugging and error reports by including the full exception chain.

$context

Optional application-specific associative array of context information that is included in error reports.

Since

3.0

Overrides

Core\Exception\Runtime::__construct

Methods inherited from Core\Exception

getContext()

Methods inherited from Exception

__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Properties summary

Properties inherited from Core\Exception

$_context

Properties inherited from Exception

$code, $file, $line, $message

xplo.re Medusa Core Framework 3.2 API documentation generated by ApiGen