Remove conditional declaration of OAuthException

Este commit está contenido en:
Hypolite Petovan 2018-02-02 08:08:07 -05:00
padre 7cf198696e
commit 85ec2775e9
Se han modificado 1 ficheros con 2 adiciones y 4 borrados

Ver fichero

@ -3,10 +3,8 @@
/* Generic exception class
*/
if (!class_exists('OAuthException')) {
class OAuthException extends Exception {
// pass
}
class OAuthException extends Exception {
// pass
}
class OAuthConsumer {