forked from qwerty/milfs
11 lines
146 B
PHP
11 lines
146 B
PHP
<?php
|
|
|
|
namespace Abraham\TwitterOAuth;
|
|
|
|
/**
|
|
* @author Abraham Williams <abraham@abrah.am>
|
|
*/
|
|
class TwitterOAuthException extends \Exception
|
|
{
|
|
}
|