From 6a77820f00da900f2355e16ef9aa77cd132fb423 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 20 Jan 2015 22:08:31 +0100 Subject: One class per file: framework/Web/Javascripts --- framework/Web/Javascripts/JSMin.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'framework/Web/Javascripts/JSMin.php') 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 -- cgit v1.2.3