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
Currently the default ameba options seem too limited. %w[e ex exception]
I feel like this should include version common names like error but also it should probably add something like || begins_with?("#{allowed}_") so nested exceptions can be handled like ex_parseex_io etc
Also e is not very descriptive and breaks other rules like descriptive block naming.