Closed ojab closed 9 years ago
This allows us to use rescue without specifying exception class.
Right now it isn't possible to use something like
begin do_work rescue binding.pry end
for debugging if there is calls to CFPropertyList in do_work, because it catches StandardError, not Exception.
Thanks!
This allows us to use rescue without specifying exception class.
Right now it isn't possible to use something like
for debugging if there is calls to CFPropertyList in do_work, because it catches StandardError, not Exception.