class Bindgen::FindPath::Error

Overview

Error type used to store errors. This is not an Exception!

Defined in:

bindgen/find_path/error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(variable : String, config : Bindgen::FindPath::PathConfig) #

[View source]

Instance Method Detail

def config : PathConfig #

Configuration used


[View source]
def variable : String #

Name of the variable to set


[View source]