Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Point to the right exception in the API libraries
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshi2889 <rick.2889@gmail.com>
  • Loading branch information
NanoSector committed Apr 29, 2016
1 parent 785b4d1 commit 31494bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LinkSniffer.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
use WildPHP\API\ShortenUri;
use WildPHP\BaseModule;
use WildPHP\CoreModules\Connection\IrcDataObject;
use WildPHP\Exceptions\ShortUriCreationFailedException;
use WildPHP\API\Exceptions\ShortUriCreationFailedException;

class LinkSniffer extends BaseModule
{
Expand Down

0 comments on commit 31494bf

Please sign in to comment.