diff Lib/IMPL/Web/NotFoundException.pm @ 297:52aae1b85084

Added transformations support to JSONView
author cin
date Mon, 11 Mar 2013 01:22:24 +0400
parents 47f77e6409f7
children
line wrap: on
line diff
--- a/Lib/IMPL/Web/NotFoundException.pm	Tue Mar 05 01:46:32 2013 +0400
+++ b/Lib/IMPL/Web/NotFoundException.pm	Mon Mar 11 01:22:24 2013 +0400
@@ -4,7 +4,11 @@
 use IMPL::declare {
 	base => {
         'IMPL::Web::Exception' => '@_'	
-    }
+    },
+};
+
+use IMPL::Resources::Strings {
+    message => 'The specified resource isn\'t found.'
 };
 
 sub status {