BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
app.imagivibe.com
/
vendor
/
sabberworm
/
php-css-parser
/
src
/
Parsing
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 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 { }
Save
Cancel