Skip to content

Commit b1bad20

Browse files
author
Dirk Luijk
committed
Create TwitterException.php
1 parent 3adcec6 commit b1bad20

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
3+
/**
4+
* TwitterOAuth - https://github.com/ricardoper/TwitterOAuth
5+
* PHP library to communicate with Twitter OAuth API version 1.1
6+
*
7+
* @author Dirk Luijk <dirk@luijkwebcreations.nl>
8+
* @copyright 2013
9+
*/
10+
11+
namespace TwitterOAuth\Exception;
12+
13+
14+
class TwitterException extends \Exception {
15+
16+
}

0 commit comments

Comments
 (0)