You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Internal exceptions (C exceptions) are not intercepted inline (when EE.inline == true) by default.
# This is because a fuck-tonne of internal exceptions are raised (but then rescued) in rubygems, Pry, CodeRay,
# and a bunch of other libraries. In particular, because internal exceptions are raised inside Pry as it begins a session, EE goes into
# an infinite loop as the process of starting a session on an internal exception generates more internal exceptions, which cause another session to start..
# ad infinitum...
# Internal exceptions should only be enabled for inline interception when `EE.intercept` is set to a very selective proc, and is sure to capture only the internal exceptions
# you want, and not the hundreds of other possible internal exceptions that may be raised.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: