class Protobuf::Rpc::ForbiddenRequest

Public Class Methods

new(message = 'User authentificated but does not have permissions') click to toggle source
Calls superclass method Protobuf::Rpc::PbError::new
# File lib/protobuf/rpc/error/server_error.rb, line 49
def initialize(message = 'User authentificated but does not have permissions')
  super message, 'FORBIDDEN_REQUEST'
end