<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.fibererror.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'fibererror.construct.php',
    1 => 'FiberError::__construct',
    2 => 'Constructor to disallow direct instantiation',
  ),
  'up' => 
  array (
    0 => 'class.fibererror.php',
    1 => 'FiberError',
  ),
  'prev' => 
  array (
    0 => 'class.fibererror.php',
    1 => 'FiberError',
  ),
  'next' => 
  array (
    0 => 'class.requestparsebodyexception.php',
    1 => 'RequestParseBodyException',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'language/predefined/fibererror/construct.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="fibererror.construct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">FiberError::__construct</h1>
  <p class="verinfo">(PHP 8 &gt;= 8.1.0)</p><p class="refpurpose"><span class="refname">FiberError::__construct</span> &mdash; <span class="dc-title">Constructor to disallow direct instantiation</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-fibererror.construct-description">
  <h3 class="title">Опис</h3>
  <div class="constructorsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>FiberError::__construct</strong></span>()</div>

 </div>


 <div class="refsect1 parameters" id="refsect1-fibererror.construct-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">У цієї функції немає
параметрів.</p>
 </div>

 <div class="refsect1 errors" id="refsect1-fibererror.construct-errors">
  <h3 class="title">Помилки/виключення</h3>
  <p class="para">
   Throws an <span class="classname"><a href="class.error.php" class="classname">Error</a></span> exception when called.
  </p>
 </div>

</div><?php manual_footer($setup); ?>