<?php

namespace OpenTok\Exception;

/**
* Defines an exception thrown when you pass an invalid argument into a method.
*/
class InvalidArgumentException extends \InvalidArgumentException implements \OpenTok\Exception\Exception
{
}
/* vim: set ts=4 sw=4 tw=100 sts=4 et :*/

