Exception: LibTLS::UnknownCError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/libtls/exn.rb

Overview

exception.

Instance Method Summary collapse

Instance Method Details

#to_sObject

A description of the error

This description contains the C function name.



13
14
15
# File 'lib/libtls/exn.rb', line 13

def to_s
  "#{super.to_s} failed"
end