fix: improve lpa string parsing
Please do not use check{,NotNull}()
for argument contracts. Use require{,NotNull}()
for them and keep the IllegalArgumentException
feat: refresh after switch
fix: improve lpa string parsing
What does this fix? check
's exceptions are not supposed to be caught. They are intended to function like assert
s