class Mixpanel::InvalidTokenError

Public Class Methods

new(msg = 'Please include a valid Mixpanel token.') click to toggle source
Calls superclass method
# File lib/motion_panel/errors/token_error.rb, line 10
def initialize(msg = 'Please include a valid Mixpanel token.')
  super(msg)
end