123456789 |
- define("amber/Helios-Exceptions", ["amber_vm/smalltalk","amber_vm/nil","amber_vm/_st"], function(smalltalk,nil,_st){
- smalltalk.addPackage('Helios-Exceptions');
- smalltalk.addClass('HLError', smalltalk.Error, [], 'Helios-Exceptions');
- smalltalk.addClass('HLChangeForbidden', smalltalk.HLError, [], 'Helios-Exceptions');
- });
|