<?php

namespace OpenTok\Exception;

/**
* The interface used by all exceptions in the OpenTok PHP API.
*/
interface Exception 
{
}
/* vim: set ts=4 sw=4 tw=100 sts=4 et :*/

