mirror of
https://github.com/PeterCamilleri/fOOrth
synced 2024-11-16 07:47:56 +01:00
Updated the exceptions list for revised signal exception codes.
This commit is contained in:
parent
58cb249c1f
commit
ee03bf4ce4
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue