* * 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 you do not have permissions to do something. * * @author David Cole */ class NoPermissionsException extends RequestFailedException { }