class GSL::InternalException

Defined in:

gsl/base/error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(reason : String, file : String, line : Int32, gsl_errno : LibGSL::Code) #

[View source]

Instance Method Detail

def file : String #

[View source]
def gsl_errno : LibGSL::Code #

[View source]
def line : Int32 #

[View source]
def reason : String #

[View source]