~ubuntu-branches/ubuntu/precise/rakudo/precise

« back to all changes in this revision

Viewing changes to src/classes/Exception.pir

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur
  • Date: 2010-03-29 22:47:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100329224734-7bwt61rrhpn6g7m4
Tags: 0.1~2010.01-1
* generate a manpage from docs/running.pod
* update the d/watch file
* New Upstream Version
  - update dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    .return ('undef')
30
30
.end
31
31
 
 
32
 
 
33
.sub '' :vtable('get_string') :method
 
34
    .local pmc exception
 
35
    exception = getattribute self, '$!exception'
 
36
    $S0 = exception['message']
 
37
    .return ($S0)
 
38
.end
 
39
 
 
40
 
32
41
# Local Variables:
33
42
#   mode: pir
34
43
#   fill-column: 100