You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to implement a proper formatter that will print custom error messages for each ErrorCode.
It may be necessary to change Diagnostic to an abstract class and have every ErrorCode define a class which inherits from it.
The text was updated successfully, but these errors were encountered:
The current DiagnosticFormatter is just a stub.
We need to implement a proper formatter that will print custom error messages for each ErrorCode.
It may be necessary to change Diagnostic to an abstract class and have every ErrorCode define a class which inherits from it.
The text was updated successfully, but these errors were encountered: