Skip to content

Commit 13d7f52

Browse files
committed
some more X::Comp notes
1 parent 5698d53 commit 13d7f52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/X/Comp.pod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ returned from the L<backtrace> method is not very informative. Instead
1212
the exception carries its own C<filename>, C<line> and C<column> attributes
1313
and public accessors.
1414
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+
1521
=head1 Methods
1622
1723
=head2 filename

0 commit comments

Comments
 (0)