Helios-Exceptions.js 417 B

12345678910
  1. define("amber/Helios-Exceptions", ["amber_vm/smalltalk","amber_vm/nil","amber_vm/_st"], function(smalltalk,nil,_st){
  2. smalltalk.addPackage('Helios-Exceptions');
  3. smalltalk.packages["Helios-Exceptions"].transport = {"type":"amd","amdNamespace":"amber"};
  4. smalltalk.addClass('HLError', smalltalk.Error, [], 'Helios-Exceptions');
  5. smalltalk.addClass('HLChangeForbidden', smalltalk.HLError, [], 'Helios-Exceptions');
  6. });