. * * * The author of this software is Mashape, Inc. * For any question or feedback please contact us at: support@mashape.com * */ require_once (dirname(__FILE__) . "/ExceptionConstants.php"); class MashapeClientException extends Exception { function __construct($message, $code) { parent::__construct($message, $code); } } ?>