Moved my name from Interrupt.pm to REPL.pm.
[p5sagit/Devel-REPL.git] / 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,
 );