FherStk / AutoCheck

Multipurpose and extensible automated assignment validator, designed for academic purposes only, which has been developed using C# over .NET 6.0.
https://fherstk.github.io/AutoCheck/html/
GNU Affero General Public License v3.0
5 stars 1 forks source link

Improved error messages #121

Open FherStk opened 1 year ago

FherStk commented 1 year ago

For example, when a non-existing var is used on connector creation, each time the connector tries to be used produces an Exception of type 'AutoCheck.Core.Exceptions.ItemNotFoundException' was thrown message. It should include some kind of explanation like 'variable NAME not found' or something like that.