parseHeaders()} to get assigned properly. * * @package Webdav * @version //autogen// */ class ezcWebdavUnknownHeaderException extends ezcWebdavException { /** * Initializes the exception with the given $header and sets the exception * message from it. * * @param string $headerName Name of the affected header. * @return void */ public function __construct( $headerName ) { parent::__construct( "The header '$headerName' has no equivalent in the header map." ); } } ?>