Files
wren/doc/site
Mathieu Gagnon daac291a06 fix: add missing constructor to Foo class in error-handling doc sample
The code example in the error-handling documentation was missing a constructor
for the Foo class, which would cause a runtime error when calling Foo.new().
This fix adds the required `construct new() {}` block to make the sample
executable and focus on the intended method-not-found error demonstration.
2016-02-11 23:06:51 +00:00
..