define(["dojo/_base/declare", "./HttpException"], function (declare, httpException) { return declare([httpException], { code: 405, message: "Method Not Allowed" }); });