PHP 8.3.30
Preview: ImageException.php Size: 571 B
/home/getspomw/itechservicellc.com/vendor/dompdf/dompdf/src/Exception/ImageException.php

<?php
/**
 * @package dompdf
 * @link    https://github.com/dompdf/dompdf
 * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
 */
namespace Dompdf\Exception;

use Dompdf\Exception;

/**
 * Image exception thrown by DOMPDF
 *
 * @package dompdf
 */
class ImageException extends Exception
{

    /**
     * Class constructor
     *
     * @param string $message Error message
     * @param int $code       Error code
     */
    function __construct($message = null, $code = 0)
    {
        parent::__construct($message, $code);
    }

}

Directory Contents

Dirs: 0 × Files: 1

Name Size Perms Modified Actions
571 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).