Exception in controller. There is no action by that name.

Hi guys,
I am getting this error ‘‘Exception in controller. There is no action by that name.’’ when i deploy my custom module. Quick repair and rebuild does not help.
kindly assist. Thanks in advance.

Turn on Display errors for PHP and you might see the error cause. If not please share the screenshot of the page after turning ON display errors

There are many causes to this error and you are not providing enough information.

Are you creating a custom action ? Did u extend the controller class ?

is the action method name begin with action_ ?

is it public ?