Zaid-Ajaj / Fable.Remoting

Type-safe communication layer (RPC-style) for F# featuring Fable and .NET Apps
https://zaid-ajaj.github.io/Fable.Remoting/
MIT License
272 stars 54 forks source link

Update error-handling.md #260

Closed isaacabraham closed 3 years ago

isaacabraham commented 3 years ago

Remove explicit binding - this code gives a warning for unhandled cases, and is unnecessary as we've already bound to Exception in the function argument.

Zaid-Ajaj commented 3 years ago

Thanks!