module CloudParty
  module Errors
    # Page/Endpoint doesn't exist
    class MethodNotAllowedError < RequestError
      def initialize(obj:, method:, response:, endpoint: nil, code: 405)