tom-weatherhead/thaw-grammar

View on GitHub
src/languages/smalltalk/exceptions/smalltalk-exception.ts

Summary

Maintainability
A
0 mins
Test Coverage
// exceptions/smalltalk-exception.ts

// public class SmalltalkException : EvaluationException
// {
//     public SmalltalkException(string message, int line, int column)
//         : base(message, line, column)
//     {
//     }
// }