File "PusherException.php"

Full Path: /home/bettaeza/flyinsyria.com/pusher/pusher-php-server/src/PusherException.php
File size: 95 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Pusher;

use Exception;

class PusherException extends Exception
{
}