Exception: Apipie::NoDocumentedMethod

Inherits:
Error
  • Object
show all
Defined in:
lib/apipie/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(controller_name, method_name) ⇒ NoDocumentedMethod

Returns a new instance of NoDocumentedMethod.



82
83
84
# File 'lib/apipie/errors.rb', line 82

def initialize(controller_name, method_name)
  super("There is no documented method #{controller_name}##{method_name}")
end