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
SyntaxError
SecurityError
SignalException => "S"
Interrupt => "S01"
SignalException => "E30"
Interrupt => "E30,01"
StandardError => "E"
ArgumentError => "E01"
Gem::Requirement::BadRequirementError => "E01,010"