Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
some more X::Comp notes
  • Loading branch information
moritz committed Aug 17, 2012
1 parent 5698d53 commit 13d7f52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/X/Comp.pod
Expand Up @@ -12,6 +12,12 @@ returned from the L<backtrace> method is not very informative. Instead
the exception carries its own C<filename>, C<line> and C<column> attributes
and public accessors.
If an error occurs while creating an object (like a class or routine) at
compile time, generally the exception associated with it does not hold a
reference to the object (for example a class would not be fully composed, and
thus not usuable). In those cases the name of the would-be-created object
is included in the error message instead.
=head1 Methods
=head2 filename
Expand Down

0 comments on commit 13d7f52

Please sign in to comment.