◆ __construct()
      
        
          | __construct  | 
          ( | 
            | 
          $message = '',  | 
        
        
           | 
           | 
            | 
          $code = 0,  | 
        
        
           | 
           | 
          Exception  | 
          $previous = null  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Constucts the exception 
- Parameters
 - 
  
    | string | $message | Exception message  | 
    | integer | $code | Exception code  | 
    | Exception | $previous | Previous exception (optional)  | 
  
   
Reimplemented in InvalidSecurityTokenException.
 
 
◆ getDetails()
Get the additional details for the exception. 
- Returns
 - array Additional details 
 
 
 
◆ setDetails()
      
        
          | setDetails  | 
          ( | 
          array  | 
          $details | ) | 
           | 
        
      
 
Set additional details for the exception. 
- Parameters
 - 
  
    | array | $details | Additional details  | 
  
   
 
 
The documentation for this class was generated from the following file: