class Apiway::ControllerActionNotExists
Public Class Methods
new( controller_name, action_name )
click to toggle source
Calls superclass method
# File lib/apiway/errors.rb, line 24 def initialize( controller_name, action_name ) super "Action \"#{ action_name }\" not exists in \"#{ controller_name }\"" end