RepoException
        
        extends RepoLibException
    
    
            
            in package
            
        
    
    
    
Description of RepoException
Tags
Table of Contents
Properties
- $headers : array<string, string|array<string|int, string>>
- HTTP response headers to be set
Methods
- __construct() : mixed
- getHeaders() : array<string, string|array<string|int, string>>
Properties
$headers
HTTP response headers to be set
    private
        array<string, string|array<string|int, string>>
    $headers
    
    
    
    
Methods
__construct()
    public
                    __construct([string $message = "" ][, int $code = 0 ][, Throwable|null $previous = null ][, array<string, string|array<string|int, string>> $headers = [] ]) : mixed
    Parameters
- $message : string = ""
- $code : int = 0
- $previous : Throwable|null = null
- $headers : array<string, string|array<string|int, string>> = []
getHeaders()
    public
                    getHeaders() : array<string, string|array<string|int, string>>