I'm getting the following error when I attempt to compile: Error in com/codegym/task/task08/task0819/Solution.java on line 3 cannot find symbol symbol: class Cat location: package com.codegym.task.task04.task0403 What's going on? Is it not detecting that I created the Cat class?