Fix lie in the docs (error_class does to have a default)
Dave Rolsky [Wed, 29 Oct 2008 19:39:04 +0000 (19:39 +0000)]
lib/Moose/Meta/Class.pm

index 75c4f54..a9aa8ad 100644 (file)
@@ -842,7 +842,7 @@ Get or set the error builder. Defaults to C<confess>.
 
 =item B<error_class $class_name>
 
-Get or set the error class. Has no default.
+Get or set the error class. This defaults to L<Moose::Error::Default>.
 
 =item B<create_error_confess %args>