Sha256: 0ea204f7741257dcc674cc52237eed491e232b696abd4bbfed099ac8031d8939
Contents?: true
Size: 329 Bytes
Versions: 10
Compression:
Stored size: 329 Bytes
Contents
GLib.load_class :Error module GLib # Overrides for GError, used by GLib for handling non-fatal errors. class Error GIR_FFI_DOMAIN = GLib.quark_from_string('gir_ffi') def self.from_exception(ex) new_literal GIR_FFI_DOMAIN, 0, ex.message end def self.from(it) from_exception it end end end
Version data entries
10 entries across 10 versions & 1 rubygems