class Mingle::BinIoBase

Private Instance Methods

error( msg ) click to toggle source
# File lib/mingle.rb, line 2616
def error( msg )
    BinIoError.new( msg )
end
errorf( msg, *argv ) click to toggle source
# File lib/mingle.rb, line 2621
def errorf( msg, *argv )
    error( sprintf( msg, *argv ) )
end