class TurboRex::Exception::ALPC::ReplyMessageMismatch
Public Instance Methods
to_s()
click to toggle source
# File lib/turborex/exception.rb, line 26 def to_s "An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message." end