Kitura / BlueECC

Elliptic-curve cryptography for Swift
Apache License 2.0
92 stars 35 forks source link

Add patten matching for error. #11

Open Andrew-Lees11 opened 5 years ago

Andrew-Lees11 commented 5 years ago

We use the same pattern as Swift-JWT for errors. This pr adds pattern matching for the errors so they are easier to handle and it would be nice to implement them in this repo as well.