PHP 8.3.31
Preview: OutputException.php Size: 358 B
/home/getspomw/itechservicellc.com/vendor/sabberworm/php-css-parser/src/Parsing/OutputException.php

<?php

namespace Sabberworm\CSS\Parsing;

/**
 * Thrown if the CSS parser attempts to print something invalid.
 */
class OutputException extends SourceException
{
    /**
     * @param string $sMessage
     * @param int $iLineNo
     */
    public function __construct($sMessage, $iLineNo = 0)
    {
        parent::__construct($sMessage, $iLineNo);
    }
}

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
658 B lrw-r--r-- 2025-10-28 20:23:30
Edit Download
358 B lrw-r--r-- 2025-10-28 20:23:30
Edit Download
14.10 KB lrw-r--r-- 2025-10-28 20:23:30
Edit Download
523 B lrw-r--r-- 2025-10-28 20:23:30
Edit Download
273 B lrw-r--r-- 2025-10-28 20:23:30
Edit Download
1.44 KB lrw-r--r-- 2025-10-28 20:23:30
Edit Download

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