I am just using a validation class of October CMS but I am getting error of "Class ValidationException Not Found ". How should I resolve this error.
Viewing a single forum discussion topic.
← Back to Programming Errors And Help
I am just using a validation class of October CMS but I am getting error of "Class ValidationException Not Found ". How should I resolve this error.
Deepika I think You did not import the ValidationException class of October CMS. Please use the following line to import the class.
use October\Rain\Exception\ValidationException;
1-3 of 3
You cannot edit posts or make replies: You should be logged in before you can post.