File "OutputException.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/mailpoet/vendor-prefixed/sabberworm/php-css-parser/src/Parsing/OutputException.php
File size: 239 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Sabberworm\CSS\Parsing;
if (!defined('ABSPATH')) exit;
class OutputException extends SourceException
{
 public function __construct($sMessage, $iLineNo = 0)
 {
 parent::__construct($sMessage, $iLineNo);
 }
}