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
It would be better if there would be a base class TOML::Error from which TOML::ParseError and TOML::ValueOverwriteError (and any other TOML errors) would inherit and then simpler
rescueTOML::Error=>e
could be used to rescue any invalid TOML errors.
The text was updated successfully, but these errors were encountered:
Currently when validating user entered TOML and presenting the error messages in the user interface we need to
It would be better if there would be a base class TOML::Error from which TOML::ParseError and TOML::ValueOverwriteError (and any other TOML errors) would inherit and then simpler
could be used to rescue any invalid TOML errors.
The text was updated successfully, but these errors were encountered: