Remove conditional declaration of OAuthException
This commit is contained in:
		
					parent
					
						
							
								7cf198696e
							
						
					
				
			
			
				commit
				
					
						85ec2775e9
					
				
			
		
					 1 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -3,10 +3,8 @@
 | 
			
		|||
 | 
			
		||||
/* Generic exception class
 | 
			
		||||
 */
 | 
			
		||||
if (!class_exists('OAuthException')) {
 | 
			
		||||
	class OAuthException extends Exception {
 | 
			
		||||
		// pass
 | 
			
		||||
	}
 | 
			
		||||
class OAuthException extends Exception {
 | 
			
		||||
  // pass
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
class OAuthConsumer {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue