From ee03bf4ce4431c3d36c3c3c3fe001e13ddb6ef91 Mon Sep 17 00:00:00 2001 From: Peter Camilleri Date: Sun, 31 May 2015 16:03:23 -0400 Subject: [PATCH] Updated the exceptions list for revised signal exception codes. --- docs/Exception_class_tree_Ruby_2_1_5.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Exception_class_tree_Ruby_2_1_5.txt b/docs/Exception_class_tree_Ruby_2_1_5.txt index 5b04afa..990df6e 100644 --- a/docs/Exception_class_tree_Ruby_2_1_5.txt +++ b/docs/Exception_class_tree_Ruby_2_1_5.txt @@ -10,8 +10,8 @@ Exception NotImplementedError SyntaxError SecurityError - SignalException => "S" - Interrupt => "S01" + SignalException => "E30" + Interrupt => "E30,01" StandardError => "E" ArgumentError => "E01" Gem::Requirement::BadRequirementError => "E01,010"