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

namespace JSMin;

class UnterminatedStringException extends \Exception {
}