class CrystalSDK::Profile::NotAuthedError
Attributes
token[R]
Public Class Methods
new(token, msg = 'Organization Token was invalid')
click to toggle source
Calls superclass method
# File lib/crystal_sdk/profile/errors.rb, line 10 def initialize(token, msg = 'Organization Token was invalid') @token = token super(msg) end