Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add new exceptions to the type-graph
  • Loading branch information
Paul Cochrane committed Jun 14, 2015
1 parent f3be1d0 commit f25a270
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions type-graph.txt
Expand Up @@ -262,6 +262,7 @@ class X::Inheritance::NotComposed is Exception
class X::Inheritance::Unsupported is Exception
class X::HyperOp::NonDWIM is Exception
class X::Set::Coerce is Exception
class X::StubCode is Exception
class X::Eval::NoSuchLang is Exception

[Exceptions]
Expand Down Expand Up @@ -290,6 +291,10 @@ class X::Proc::Async::MustBeStarted does X::Proc::Async
class X::Proc::Async::OpenForWriting does X::Proc::Async
class X::Proc::Async::TapBeforeSpawn does X::Proc::Async

[Exceptions]
# Exceptions: Promises
class X::Promise::CauseOnlyValidOnBroken is Exception

[Exceptions]
# Exceptions: Time
class X::Temporal is Exception
Expand Down

0 comments on commit f25a270

Please sign in to comment.