refactored exception handling code a little

This commit is contained in:
hyunghwan.chung
2016-06-26 15:03:12 +00:00
parent 0988fc99f8
commit de965baab7
7 changed files with 399 additions and 459 deletions

View File

@ -283,6 +283,7 @@
}
#include 'Context.st'.
#include 'Except.st'.
#include 'Process.st'.
#class FFI(Object)