uber / mockolo

Efficient Mock Generator for Swift
Apache License 2.0
804 stars 85 forks source link

Support for Typed throws #261

Open sutakahashi1 opened 3 weeks ago

sutakahashi1 commented 3 weeks ago

Please add support for Typed throws as described in SE-0413.

For example:

func throwsAnything() throws(any Error) { ... }

Thank you.