We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5698d53 commit 13d7f52Copy full SHA for 13d7f52
lib/X/Comp.pod
@@ -12,6 +12,12 @@ returned from the L<backtrace> method is not very informative. Instead
12
the exception carries its own C<filename>, C<line> and C<column> attributes
13
and public accessors.
14
15
+If an error occurs while creating an object (like a class or routine) at
16
+compile time, generally the exception associated with it does not hold a
17
+reference to the object (for example a class would not be fully composed, and
18
+thus not usuable). In those cases the name of the would-be-created object
19
+is included in the error message instead.
20
+
21
=head1 Methods
22
23
=head2 filename
0 commit comments