Right now the plugin prints a human readable message for the outer layer of errors, but then uses a derived Show instance to print the inner layer. That means when errors do occur they aren't super helpful without looking at the source code.
For this task we will polish those.
Right now the plugin prints a human readable message for the outer layer of errors, but then uses a derived
Showinstance to print the inner layer. That means when errors do occur they aren't super helpful without looking at the source code.For this task we will polish those.