hyperstack-org / hyperstack-org/hyperstack
Errors raised in handlers, are not caught by rescues clause
Open
bug
- Dominant language
- JavaScript
- Stars
- 538
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
huh
```ruby
after_render do # for example
raise "foo" if @raise_foo
end
rescues do
puts "caught you!" # <--- never gets here
@raise_foo = false
end
```
Contributor guide
Assessment
This issue has not been assessed yet.