PATH:
home
/
lab2454c
/
costbloc.com
/
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); } }
[-] Cellmap.php
[edit]
[-] JavascriptEmbedder.php
[edit]
[+]
..
[+]
Renderer
[+]
Exception
[-] CanvasFactory.php
[edit]
[-] FontMetrics.php
[edit]
[+]
FrameReflower
[-] PhpEvaluator.php
[edit]
[-] Dompdf.php
[edit]
[-] Frame.php
[edit]
[+]
FrameDecorator
[+]
Frame
[-] Renderer.php
[edit]
[+]
Css
[-] Helpers.php
[edit]
[+]
Image
[+]
Positioner
[-] Exception.php
[edit]
[+]
Adapter
[-] Canvas.php
[edit]
[-] Options.php
[edit]
[-] LineBox.php
[edit]