summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/vendor/mrclay/jsmin-php/src/JSMin/UnterminatedCommentException.php
blob: 3ee2b01f1b17bc02f45774e3280221474f4c0b2d (plain) (blame)
1
2
3
4
5
6
<?php

namespace JSMin;

class UnterminatedCommentException extends \Exception {
}