Skip to content

Commit 8488242

Browse files
committed
PusherErrorException
1 parent f78dea5 commit 8488242

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/PusherErrorException.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php declare(strict_types=1);
2+
3+
namespace ApiClients\Client\Pusher;
4+
5+
use Exception;
6+
7+
final class PusherErrorException extends Exception
8+
{
9+
}

0 commit comments

Comments
 (0)