Allow exception objects.
ilmari [Tue, 29 Jul 2008 19:04:22 +0000 (19:04 +0000)]
git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-REPL@4669 bd8105ee-0ff8-0310-8827-fb3f25b6796d

lib/Devel/REPL/Error.pm

index b28d5b5..ac7bc05 100644 (file)
@@ -12,7 +12,7 @@ has type => (
 );
 
 has message => (
-  isa => "Str",
+  isa => "Str|Object",
   is  => "ro",
   required => 1,
 );