class MixpanelMagicLamp::ApiKeyMissingError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/mixpanel_magic_lamp/configuration.rb, line 25 def initialize super "Missing API key and/or secret. Please, configure them." end