I've done a pull from git from repository, and ended up getting this error during run time. The error is being thrown on instantiation of a custom class - a class which is declared in the same project as the class throwing the error. I have read that my build process is faulty and i need to ensure that my the class files that i'm actually running are updated when you compile..
I've cleaned project, recompiled and deployed, with no luck. Can anybody offer wisdom?
Thanks