Exception: Wowr::Exceptions::GuildNameNotSet

Inherits:
StandardError
  • Object
show all
Defined in:
lib/wowr/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeGuildNameNotSet

Returns a new instance of GuildNameNotSet.



31
32
33
# File 'lib/wowr/exceptions.rb', line 31

def initialize
	super "Guild name not set in options or API constructor."
end