RequestGrantedException extends RuntimeException
FinalYes
Exception that signals that the current user must verify the access for a particular resource, route, module, etc. by entering their password again.
Table of Contents
Properties
Methods
Properties
$instruction
        protected
            ServerRequestInstruction
    $instruction
    
    
    
    
    
    
Methods
getInstruction()
    public
                    getInstruction() : ServerRequestInstruction
    Return values
ServerRequestInstructionwithInstruction()
    public
                    withInstruction(ServerRequestInstruction $instruction) : self
    Parameters
- $instruction : ServerRequestInstruction