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