Closed tbrowder closed 2 months ago
Bad example:
isa-ok $resources, Hash;
Correct error by showing the correct class name:
isa-ok $resources, Distribution::Resources;
Thanks!
The problem
Bad example:
Solution provided
Correct error by showing the correct class name: