Exception: RIO::Exception::NotSupported

Inherits:
Base
  • Object
show all
Defined in:
lib/rio/exception/notsupported.rb

Overview

:nodoc: all

Class Method Summary collapse

Class Method Details

.emsg(fname, obj) ⇒ Object



41
42
43
# File 'lib/rio/exception/notsupported.rb', line 41

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