class NeonRAW::Errors::AuthenticationRequired

Client needs to be authorized.

Public Class Methods

new(msg = 'The client must be authorized to do that.') click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 151
def initialize(msg = 'The client must be authorized to do that.')
  super(msg)
end