Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./../app/.././../../finland.picotech.app/public_html/storage/../vendor/./nikic/../dompdf/../alexandr-mironov/../monolog/../unicodeveloper/../dragonmantank/../telnyx/../filp/../phpstan/../fruitcake/./../twilio/../spatie/../sabberworm/php-css-parser/src/RuleSet/./../Parsing
الملفات الموجودة في هذا الـ Path:
.
..
OutputException.php
ParserState.php
SourceException.php
UnexpectedEOFException.php
UnexpectedTokenException.php

مشاهدة ملف: UnexpectedEOFException.php

<?php

namespace Sabberworm\CSS\Parsing;

/**
 * Thrown if the CSS parser encounters end of file it did not expect.
 *
 * Extends `UnexpectedTokenException` in order to preserve backwards compatibility.
 */
class UnexpectedEOFException extends UnexpectedTokenException
{
}