Y
Hacker News
new
|
ask
|
show
|
jobs
by
eternalban
3331 days ago
expect[ing_error]("could not open the file")
1 comments
rootlocus
3331 days ago
You're not expecting an error. On the contrary, you're expecting a value
or
throwing an error.
link
eternalban
3329 days ago
You're expecting specific errors.
link