Added Catalyst::Exception
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Dispatcher.pm
index 72a8ef3..ffb20e9 100644 (file)
@@ -2,6 +2,7 @@ package Catalyst::Dispatcher;
 
 use strict;
 use base 'Class::Data::Inheritable';
+use Catalyst::Exception;
 use Catalyst::Utils;
 use Text::ASCIITable;
 use Tree::Simple;