<?php

namespace OpenTok\Exception;

/**
* Defines an exception thrown when an API call results in an error response from
* the server.
*/
class DomainException extends \DomainException implements \OpenTok\Exception\Exception
{
}
/* vim: set ts=4 sw=4 tw=100 sts=4 et :*/

