adding app/library/OAuth/Adapter/Exception.php
This commit is contained in:
parent
cdf4a73c56
commit
ba90c7190d
1 changed files with 7 additions and 0 deletions
7
app/library/OAuth/Adapter/Exception.php
Normal file
7
app/library/OAuth/Adapter/Exception.php
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Httpcb\OAuth\Adapter;
|
||||||
|
|
||||||
|
class Exception extends \Exception
|
||||||
|
{
|
||||||
|
}
|
||||||
Reference in a new issue