Exception: YARD::Handlers::NamespaceMissingError
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
::YARD::Parser::UndocumentableError ,
RuntimeError
|
|
Instance Chain:
self,
::YARD::Parser::UndocumentableError ,
RuntimeError
|
|
Inherits: |
YARD::Parser::UndocumentableError
|
Defined in: | lib/yard/handlers/base.rb |
Overview
Raised during processing phase when a handler needs to perform an operation on an object's namespace but the namespace could not be resolved.
Class Method Summary
- .new(object) ⇒ NamespaceMissingError constructor
Instance Attribute Summary
-
#object ⇒ CodeObjects::Base
rw
The object the error occurred on.
Constructor Details
.new(object) ⇒ NamespaceMissingError
Instance Attribute Details
#object ⇒ CodeObjects::Base (rw)
The object the error occurred on
# File 'lib/yard/handlers/base.rb', line 16
attr_accessor :object