diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-20 22:08:31 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-20 22:08:31 +0100 |
commit | 6a77820f00da900f2355e16ef9aa77cd132fb423 (patch) | |
tree | 2f6f869a043d99677a7a5213a68641be77152b14 /framework/Web/Javascripts/JSMin.php | |
parent | da044df7ae9e8f6916204ee666351722aaa17d90 (diff) |
One class per file: framework/Web/Javascripts
Diffstat (limited to 'framework/Web/Javascripts/JSMin.php')
-rw-r--r-- | framework/Web/Javascripts/JSMin.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/framework/Web/Javascripts/JSMin.php b/framework/Web/Javascripts/JSMin.php index 95beff38..0cde4a49 100644 --- a/framework/Web/Javascripts/JSMin.php +++ b/framework/Web/Javascripts/JSMin.php @@ -284,7 +284,4 @@ class JSMin { $this->lookAhead = $this->get(); return $this->lookAhead; } -} - -// -- Exceptions --------------------------------------------------------------- -class JSMinException extends Exception {} +}
\ No newline at end of file |