Catch NullPointerException
and raise a more informative error
#317
Labels
enhancement
New feature or request
NullPointerException
and raise a more informative error
#317
NullPointerExceptions
is raised when a codec depends on another one defined as aval
further down in the same object. We should catch these exceptions and raise an error that suggests a fix (replacingval
withlazy val
).The text was updated successfully, but these errors were encountered: