Exception::TypeConstraint isa Exception
Shawn M Moore [Fri, 15 Jun 2012 19:37:17 +0000 (14:37 -0500)]
lib/Moose/Exception/TypeConstraint.pm

index 9dd75a5..7d67d35 100644 (file)
@@ -1,6 +1,6 @@
 package Moose::Exception::TypeConstraint;
 use Moose;
-extends 'Throwable::Error';
+extends 'Moose::Exception';
 
 has attribute_name => (
     is  => 'ro',