Exception: Apipie::NoDocumentedMethod
- Defined in:
- lib/apipie/errors.rb
Instance Method Summary collapse
-
#initialize(controller_name, method_name) ⇒ NoDocumentedMethod
constructor
A new instance of NoDocumentedMethod.
Constructor Details
#initialize(controller_name, method_name) ⇒ NoDocumentedMethod
Returns a new instance of NoDocumentedMethod.
68 69 70 |
# File 'lib/apipie/errors.rb', line 68 def initialize(controller_name, method_name) super("There is no documented method #{controller_name}##{method_name}") end |