StandardError
# File lib/mysql2/error.rb, line 14 def initialize(msg, server_version=nil) self.server_version = server_version super(clean_message(msg)) end
# File lib/mysql2/error.rb, line 21 def sql_state=(state) @sql_state = state.encode(ENCODE_OPTS) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.