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.
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 |