Forum Topic

Viewing a single forum discussion topic.

Back to Programming Errors And Help

October CMS Validation Class Error

Post a reply
2064 views
DeepikaPatil
DeepikaPatil

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.

mayureshpandit282
mayureshpandit282

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;
DeepikaPatil
DeepikaPatil

Thank You So Much it's work.

1-3 of 3

Reply to this discussion

You cannot edit posts or make replies: You should be logged in before you can post.