Exception: Wowr::Exceptions::EventNotSet

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

Instance Method Summary collapse

Constructor Details

#initializeEventNotSet

Returns a new instance of EventNotSet.



84
85
86
# File 'lib/wowr/exceptions.rb', line 84

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