PATH:
home
/
centosnipponia
/
public_html
/
apptt-oldgit
/
vendor
/
dompdf
/
dompdf
/
src
<?php /** * @package dompdf * @link https://github.com/dompdf/dompdf * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License */ namespace Dompdf; /** * Standard exception thrown by DOMPDF classes * * @package dompdf */ class Exception extends \Exception { /** * Class constructor * * @param string $message Error message * @param int $code Error code */ public function __construct($message = null, $code = 0) { parent::__construct($message, $code); } }
[+]
..
[+]
Adapter
[-] Canvas.php
[edit]
[-] CanvasFactory.php
[edit]
[-] Cellmap.php
[edit]
[+]
Css
[-] Dompdf.php
[edit]
[-] Exception.php
[edit]
[+]
Exception
[-] FontMetrics.php
[edit]
[-] Frame.php
[edit]
[+]
Frame
[+]
FrameDecorator
[+]
FrameReflower
[-] Helpers.php
[edit]
[+]
Image
[-] JavascriptEmbedder.php
[edit]
[-] LineBox.php
[edit]
[-] Options.php
[edit]
[-] PhpEvaluator.php
[edit]
[+]
Positioner
[-] Renderer.php
[edit]
[+]
Renderer
[-] .htaccess.disabled
[edit]