class Mumble::UnsupportedImgFormat
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/mumble-ruby2/img_reader.rb, line 5 def initialize super "Image format must be one of the following: #{ImgReader::FORMATS}" end