name: MethodNotAllowedHttpException class_comment: '# * @author Kris Wallsmith ' dependencies: [] properties: [] methods: - name: __construct visibility: public parameters: - name: allow - name: message default: '''''' - name: previous default: 'null' - name: code default: '0' - name: headers default: '[]' comment: '# * @author Kris Wallsmith # */ # class MethodNotAllowedHttpException extends HttpException # { # /** # * @param string[] $allow An array of allowed methods' traits: [] interfaces: []