From: Shawn M Moore Date: Fri, 15 Jun 2012 19:37:17 +0000 (-0500) Subject: Exception::TypeConstraint isa Exception X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7ec25d6b7470731e0fb97602a4091ac3b0634f9c;p=gitmo%2FMoose.git Exception::TypeConstraint isa Exception --- diff --git a/lib/Moose/Exception/TypeConstraint.pm b/lib/Moose/Exception/TypeConstraint.pm index 9dd75a5..7d67d35 100644 --- a/lib/Moose/Exception/TypeConstraint.pm +++ b/lib/Moose/Exception/TypeConstraint.pm @@ -1,6 +1,6 @@ package Moose::Exception::TypeConstraint; use Moose; -extends 'Throwable::Error'; +extends 'Moose::Exception'; has attribute_name => ( is => 'ro',