llst
llst copied to clipboard
Replace fatal errors with exception throwing
Current implementation of fatal errors handling in MethodCompiler and VM is not suitable for production code. Should be replaced with proper exception throwing code with accurate message text and supplimentary info.
Also Image class should be refactored in the same manner. This will allow us to react property in case of image read error.