Updated the exceptions list for revised signal exception codes.

This commit is contained in:
Peter Camilleri 2015-05-31 16:03:23 -04:00
parent 58cb249c1f
commit ee03bf4ce4

View file

@ -10,8 +10,8 @@ Exception
NotImplementedError NotImplementedError
SyntaxError SyntaxError
SecurityError SecurityError
SignalException => "S" SignalException => "E30"
Interrupt => "S01" Interrupt => "E30,01"
StandardError => "E" StandardError => "E"
ArgumentError => "E01" ArgumentError => "E01"
Gem::Requirement::BadRequirementError => "E01,010" Gem::Requirement::BadRequirementError => "E01,010"