class Orocos::TaskConfigurations::SectionNotFound
Exception raised when the user asks for a non-existent configuration
Attributes
section_name[R]
Public Class Methods
new(section_name)
click to toggle source
# File lib/orocos/configurations.rb, line 44 def initialize(section_name) @section_name = section_name end