class YARD::Handlers::NamespaceMissingError
Raised during processing phase when a handler needs to perform an operation on an object's namespace but the namespace could not be resolved.
Attributes
object[RW]
The object the error occurred on @return [CodeObjects::Base] a code object
Public Class Methods
new(object)
click to toggle source
# File lib/yard/handlers/base.rb, line 17 def initialize(object) @object = object end