░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/moodle/public/lib/minify/matthiasmullie-minify/src/Exceptions
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: PatternMatchException.php
<?php /** * Pattern match exception. * * Please report bugs on https://github.com/matthiasmullie/minify/issues * * @author Ere Maijala <ere.maijala@helsinki.fi> * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved * @license MIT License */ namespace MatthiasMullie\Minify\Exceptions; /** * Pattern Match Exception Class. * * @author Ere Maijala <ere.maijala@helsinki.fi> */ class PatternMatchException extends BasicException { /** * Create an exception from preg_last_error. * * @param string $msg Error message */ public static function fromLastError($msg) { $msg .= ': Error ' . preg_last_error(); if (PHP_MAJOR_VERSION >= 8) { $msg .= ' - ' . preg_last_error_msg(); } return new PatternMatchException($msg); } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 BasicException.php
PHP
473 B
2026-02-11 01:44
EDIT
📄 FileImportException.php
PHP
448 B
2026-02-11 01:44
EDIT
📄 IOException.php
PHP
422 B
2026-02-11 01:44
EDIT
📄 PatternMatchException.php
PHP
828 B
2026-02-11 01:44
EDIT