class Qubell::PermissionsDeniedError

Invalid permissions exception for Qubell module

Public Class Methods

new(msg = 'insufficient privileges') click to toggle source
Calls superclass method Qubell::BaseError::new
# File lib/qubell/errors.rb, line 30
def initialize(msg = 'insufficient privileges')
  super '403', msg
end