Exception: RIO::NotSupportedException

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/rio/nullio.rb

Overview

:nodoc: all

Class Method Summary collapse

Class Method Details

.emsg(fname, obj) ⇒ Object



40
41
42
# File 'lib/rio/nullio.rb', line 40

def self.emsg(fname,obj)
  "#{fname}() is not supported for #{obj.class} objects" 
end