class Mixpanel::NoTokenError

Public Class Methods

new(msg = 'Please initiate shared_instance_with_token with a '\ 'valid token first.') click to toggle source
Calls superclass method
# File lib/motion_panel/errors/token_error.rb, line 3
def initialize(msg = 'Please initiate shared_instance_with_token with a '\
                     'valid token first.')
  super(msg)
end