Skip to content

Commit

Permalink
fix(AP) Add back default Error, used in Ergo
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed Apr 11, 2021
1 parent cab3093 commit 0c3f0e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/accordproject/runtime.cto
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ transaction Request {
transaction Response {
}

/* An error is a concept */
concept Error {
}

/* An event that represents an obligation that needs to be fulfilled */
abstract event Obligation identified {
/* A back reference to the governing contract that emitted this obligation */
Expand Down

0 comments on commit 0c3f0e3

Please sign in to comment.