class NeonRAW::Errors::InvalidGrantType
Your grant_type is wrong.
Public Class Methods
new(msg = 'Invalid grant_type.')
click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 285 def initialize(msg = 'Invalid grant_type.') super(msg) end