Exception: Mumble::UnsupportedImgFormat

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mumble-ruby/img_reader.rb

Instance Method Summary collapse

Constructor Details

#initializeUnsupportedImgFormat

Returns a new instance of UnsupportedImgFormat.



5
6
7
# File 'lib/mumble-ruby/img_reader.rb', line 5

def initialize
  super "Image format must be one of the following: #{ImgReader::FORMATS}"
end