class MinecraftAvatars::InvalidResolutionException

Attributes

resolution[RW]

Public Class Methods

new(resolution) click to toggle source
Calls superclass method
# File lib/minecraft-avatars/exceptions.rb, line 18
def initialize(resolution)
  self.resolution = resolution
  super "Resolution #{resolution} is not valid!"
end