123456789_123456789_123456789_123456789_123456789_

Exception: YARD::Handlers::NamespaceMissingError

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
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

Instance Attribute Summary

Constructor Details

.new(object) ⇒ NamespaceMissingError

[ GitHub ]

  
# File 'lib/yard/handlers/base.rb', line 18

def initialize(object) @object = object end

Instance Attribute Details

#objectCodeObjects::Base (rw)

The object the error occurred on

Returns:

[ GitHub ]

  
# File 'lib/yard/handlers/base.rb', line 16

attr_accessor :object