class NeonRAW::Errors::InvalidScope

You don't have the right scope to perform the request.

Public Class Methods

new(msg = "You don't have the right scope to do that.") click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 321
def initialize(msg = "You don't have the right scope to do that.")
  super(msg)
end