Pull to refresh

Comments 2

def process_stuff(data)
# Магия, много магии
rescue StandardError
nil # Счастливой отладки, суки
end



Хорошо еще что не так:
def process_stuff(data)
# Магия, много магии
rescue Exception
nil # Счастливой отладки, суки
end


Sign up to leave a comment.

Articles