class Mumble::ImgTooLarge

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/mumble-ruby2/img_reader.rb, line 11
def initialize
  super "Image must be smaller than 128 kB"
end