Exception: Protobuf::Rpc::ForbiddenRequest
- Defined in:
- lib/protobuf/rpc/error/server_error.rb
Instance Attribute Summary
Attributes inherited from PbError
Instance Method Summary collapse
-
#initialize(message = 'User authentificated but does not have permissions') ⇒ ForbiddenRequest
constructor
A new instance of ForbiddenRequest.
Methods inherited from PbError
Constructor Details
#initialize(message = 'User authentificated but does not have permissions') ⇒ ForbiddenRequest
Returns a new instance of ForbiddenRequest.
49 50 51 |
# File 'lib/protobuf/rpc/error/server_error.rb', line 49 def initialize ='User authentificated but does not have permissions' super , 'FORBIDDEN_REQUEST' end |