Skip to content

Commit 5247b67

Browse files
committed
Update README
1 parent cebb974 commit 5247b67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ demonstrates a specific feature or programming technique.
99
| [Ice Bidir](./Ice/bidir/) | Shows how to send requests "the other way around", from the server to the client. |
1010
| [Ice Cancellation](./Ice/cancellation/) | Shows how to cancel a request and how to configure invocation timeouts. |
1111
| [Ice Context](./Ice/context/) | Shows how to set and retrieve request contexts. |
12+
| [Ice Custom Error](./Ice/customError/) | Shows how to define a new exception in Slice and return this exception from a Slice operation. |
1213
| [Ice Greeter](./Ice/greeter/) | Shows how to call and implement a canonical Greeter application with Ice. **Start with this demo!** |
1314
| [Ice Inheritance](./Ice/inheritance/) | Shows the power of interface inheritance in Slice. |
1415
| [Ice React Greeter](./Ice/react-greeter/) | Shows how to use Ice in a modern React application with a web UI. |

0 commit comments

Comments
 (0)