Method: Themis::ThemisError#initialize

Defined in:
lib/rbthemis.rb

#initialize(error_code = INVALID_ARGUMENT) ⇒ ThemisError

Returns a new instance of ThemisError.



194
195
196
197
# File 'lib/rbthemis.rb', line 194

def initialize(error_code = INVALID_ARGUMENT)
  super
  @error_code = error_code
end