Method: Mosq::FFI::Error#initialize

Defined in:
lib/mosq/ffi/error.rb

#initialize(message = nil) ⇒ Error

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of Error.



6
7
8
# File 'lib/mosq/ffi/error.rb', line 6

def initialize(message=nil)
  @message = message
end