MethodNotAllowed constructor

const MethodNotAllowed(
  1. dynamic error
)

Implementation

const MethodNotAllowed(
  dynamic error,
) : super('Method Not Allowed', '405', error);