class TurboRex::Exception::ALPC::BufferTooSmall

Public Instance Methods

to_s() click to toggle source
# File lib/turborex/exception.rb, line 8
def to_s
  "The length of Buffer is too small."
end