* * This file is subject to the MIT license that is bundled * with this source code in the LICENSE file. */ namespace Discord\Http\Exceptions; /** * Thrown when the Discord servers return `content longer than 2000 characters` after * a REST request. The user must use WebSockets to obtain this data if they need it. * * @author David Cole */ class ContentTooLongException extends RequestFailedException { }