Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Type graph: control exceptions
  • Loading branch information
moritz committed May 24, 2015
1 parent 8cf8c22 commit bb4bd0e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions type-graph.txt
Expand Up @@ -437,3 +437,14 @@ class X::Syntax::Variable::Match does X::Syntax
class X::Syntax::Variable::Numeric does X::Syntax
class X::Syntax::Variable::Twigil does X::Syntax
class X::Syntax::VirtualCall does X::Syntax

[Exceptions]
# Exceptions: Control Exceptions
role X::Control is Exception
class CX::Next does X::Control
class CX::Redo does X::Control
class CX::Last does X::Control
class CX::Take does X::Control
class CX::Warn does X::Control
class CX::Succeed does X::Control
class CX::Proceed does X::Control

0 comments on commit bb4bd0e

Please sign in to comment.