class Orocos::TypekitTypeNotExported

Exception raised when a typekit is required for a requested type, but the type is not exported.

Attributes

typename[R]

Public Class Methods

new(typename) click to toggle source
# File lib/orocos/typekits.rb, line 221
def initialize(typename)
    @typename = typename
end