Repository URL to install this package:
| 
      
        
        
        Version: 
        
         
          
          0.1.23  ▾
        
         | 
| 
    
    odigos-demo-currency
  
    /
        
    opt
  
        /
        
    odigos-demo-currency
  
        /
        
    vendor
  
        /
        
    guzzlehttp
  
        /
        
    guzzle
  
        /
        
    src
  
        /
        
    Exception
  
        /
        ServerException.php
   | 
|---|
<?php
namespace GuzzleHttp\Exception;
/**
 * Exception when a server error is encountered (5xx codes)
 */
class ServerException extends BadResponseException
{
}