class OroGen::NotTypekitType
Exception thrown when a type is needed but we can't find a typekit for it
Attributes
type_name[R]
Public Class Methods
new(type_name)
click to toggle source
# File lib/orogen/exceptions.rb, line 36 def initialize(type_name) @type_name = type_name end