File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace  WordPress \AiClient \Exceptions ;
5+ namespace  WordPress \AiClient \Common \ Contracts ;
66
77use  Throwable ;
88
Original file line number Diff line number Diff line change 44
55namespace  WordPress \AiClient \Common \Exception ;
66
7- use  WordPress \AiClient \Exceptions \AiClientExceptionInterface ;
7+ use  WordPress \AiClient \Common \ Contracts \AiClientExceptionInterface ;
88
99/** 
1010 * Exception thrown when an invalid argument is provided. 
Original file line number Diff line number Diff line change 44
55namespace  WordPress \AiClient \Common \Exception ;
66
7- use  WordPress \AiClient \Exceptions \AiClientExceptionInterface ;
7+ use  WordPress \AiClient \Common \ Contracts \AiClientExceptionInterface ;
88
99/** 
1010 * Exception thrown for runtime errors. 
Original file line number Diff line number Diff line change 55namespace  WordPress \AiClient \Tests \unit \Exceptions ;
66
77use  PHPUnit \Framework \TestCase ;
8+ use  WordPress \AiClient \Common \Contracts \AiClientExceptionInterface ;
89use  WordPress \AiClient \Common \Exception \InvalidArgumentException ;
910use  WordPress \AiClient \Common \Exception \RuntimeException ;
10- use  WordPress \AiClient \Exceptions \AiClientExceptionInterface ;
1111use  WordPress \AiClient \Providers \Http \Exception \NetworkException ;
1212use  WordPress \AiClient \Providers \Http \Exception \RequestException ;
1313
1717 * @since 0.2.0 
1818 * @covers \WordPress\AiClient\Common\Exception\InvalidArgumentException 
1919 * @covers \WordPress\AiClient\Common\Exception\RuntimeException 
20-  * @covers \WordPress\AiClient\Exceptions \AiClientExceptionInterface 
20+  * @covers \WordPress\AiClient\Common\Contracts \AiClientExceptionInterface 
2121 * @covers \WordPress\AiClient\Providers\Http\Exception\NetworkException 
2222 * @covers \WordPress\AiClient\Providers\Http\Exception\RequestException 
2323 */ 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments